1
This commit is contained in:
parent
69fd66129e
commit
592a5e97dc
@ -33,7 +33,7 @@ class UserPatientRequest extends FormRequest
|
|||||||
public function rules(): array
|
public function rules(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'user_coupon_status' => 'required|numeric|min:0|max:2',
|
'user_coupon_status' => 'required|numeric|min:0|max:3',
|
||||||
'product_id' => 'required',
|
'product_id' => 'required',
|
||||||
'shopping_cart_num' => 'required|numeric|min:0|max:999',
|
'shopping_cart_num' => 'required|numeric|min:0|max:999',
|
||||||
];
|
];
|
||||||
|
|||||||
@ -243,7 +243,7 @@ class DoctorAuthService extends BaseService
|
|||||||
'department_custom_id',
|
'department_custom_id',
|
||||||
'department_custom_name',
|
'department_custom_name',
|
||||||
'department_custom_mobile',
|
'department_custom_mobile',
|
||||||
'doctor_title_id',
|
'doctor_title',
|
||||||
'brief_introduction',
|
'brief_introduction',
|
||||||
'be_good_at',
|
'be_good_at',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user