新增医生设置视频预约时间 及延迟通知队列

This commit is contained in:
2024-01-16 14:57:01 +08:00
parent 3f81b6e73d
commit ccc4934700
6 changed files with 487 additions and 19 deletions
+1 -1
View File
@@ -2607,7 +2607,7 @@ class MessagePush extends BaseService
// 短信
$sms_data = array();
$sms_data['template_code'] = "SMS_464531282";
$sms_data['template_code'] = "SMS_464725006";
$sms_data['scene_desc'] = "医生赠送免费回合数";
$sms_data['phone'] = $this->user['mobile'];
$sms_data['user_id'] = $this->user['user_id'];