新增物流回调,新增删除常用语

This commit is contained in:
2023-03-23 14:05:24 +08:00
parent ac382e288c
commit 593b7956b3
10 changed files with 141 additions and 22 deletions
+4
View File
@@ -50,6 +50,10 @@ class UserDoctorRequest extends FormRequest
'words',
'words_type'
],
'deleteDoctorWords' => [ // 删除常用语
'words',
'words_type'
],
'getDoctorEvaluationList' => [ // 获取医生评价
'doctor_id',
'evaluation_type',