新增 医生xx时间未接诊提醒队列

This commit is contained in:
wucongxing 2023-08-17 13:54:21 +08:00
parent 857536e8bd
commit 46cee4c1df

View File

@ -1219,7 +1219,7 @@ class MessagePush extends BaseService
];
$sms_data = array();
$sms_data['template_code'] = "SMS_272SMS_271905266120097";
$sms_data['template_code'] = "SMS_271905266";
$sms_data['scene_desc'] = "医生xx时间后还未接诊";
$sms_data['phone'] = $this->user['mobile'];
$sms_data['user_id'] = $this->user['user_id'];