This commit is contained in:
wucongxing 2023-05-04 13:43:56 +08:00
parent 69fd66129e
commit 592a5e97dc
2 changed files with 2 additions and 2 deletions

View File

@ -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',
]; ];

View File

@ -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',
]; ];