修改是否优先在线
This commit is contained in:
parent
762b3f4613
commit
ba1402b26b
@ -46,7 +46,7 @@ class PatientDoctorRequest extends FormRequest
|
||||
'inquiry_type' => 'required|integer|min:1|max:4',
|
||||
'inquiry_mode' => 'required|integer|min:1|max:5',
|
||||
'my_doctor_type' => 'required|integer|min:1|max:2',
|
||||
'is_first_online' => 'integer|min:1|max:1',
|
||||
'is_first_online' => 'integer|min:0|max:1',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user