This commit is contained in:
2023-04-01 11:05:22 +08:00
parent 24c13d56f2
commit 63e468fb0a
3 changed files with 41 additions and 4 deletions
-1
View File
@@ -210,7 +210,6 @@ class MessageNoticeService extends BaseService
// 服务消息
$params = array();
$params['user_id'] = $user_info['user_id'];
$params['user_id'] = 1;
$params['user_type'] = 1;
$params['notice_type'] = 3; // 消息类型(1:医生服务通知 2:医生系统公告 3:患者系统消息
$params['notice_system_type'] = 1; // 系统消息类型(患者端系统消息存在 1:服务消息 2:福利消息 3:退款消息 4:物流消息)