新增消息通知接口
This commit is contained in:
@@ -12,6 +12,8 @@ class MessageNoticeRequest extends FormRequest
|
||||
protected array $scenes = [
|
||||
'putMessageRead' => [
|
||||
'notice_type',
|
||||
],
|
||||
'getPatientMessageSystem' => [
|
||||
'notice_system_type',
|
||||
],
|
||||
];
|
||||
@@ -31,7 +33,7 @@ class MessageNoticeRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'notice_type' => 'required|integer|min:1|max:3',
|
||||
'notice_system_type' => 'required|integer|min:0|max:4',
|
||||
'notice_system_type' => 'required|integer|min:1|max:4',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user