修改删除及获取常用语接口

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