chore: sync pending workspace updates
This commit is contained in:
@@ -949,8 +949,8 @@ class OrdersController
|
||||
if ($serviceProvider === '') {
|
||||
return api_error('服务类型不正确', 422);
|
||||
}
|
||||
if ($categoryId <= 0 || $brandId <= 0 || $productName === '') {
|
||||
return api_error('请完整填写品类、品牌和商品名称', 422);
|
||||
if ($categoryId <= 0 || $brandId <= 0) {
|
||||
return api_error('请完整填写品类和品牌', 422);
|
||||
}
|
||||
if ($consignee === '' || $mobile === '' || $province === '' || $city === '' || $district === '' || $detailAddress === '') {
|
||||
return api_error('请完整填写寄回收件信息', 422);
|
||||
|
||||
Reference in New Issue
Block a user