新增收货地址修改
This commit is contained in:
@@ -27,6 +27,17 @@ class UserRequest extends FormRequest
|
||||
'is_default',
|
||||
'tag',
|
||||
],
|
||||
'putUserAddress' => [ // 修改用户收获地址
|
||||
'province_id',
|
||||
'city_id',
|
||||
'county_id',
|
||||
'address',
|
||||
'consignee_name',
|
||||
'consignee_tel',
|
||||
'consignee_zip_code',
|
||||
'is_default',
|
||||
'tag',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user