去除短信限制
This commit is contained in:
parent
592a5e97dc
commit
325d4e3828
@ -60,10 +60,10 @@ class SendSmsMessageConsumer extends ConsumerMessage
|
||||
}
|
||||
}
|
||||
|
||||
if ($data['phone'] == "18513026297" || $data['phone'] == "13301296315" || $data['phone'] == "18221234167" || $data['phone'] == "13028643897"){
|
||||
// if ($data['phone'] == "18513026297" || $data['phone'] == "13301296315" || $data['phone'] == "18221234167" || $data['phone'] == "13028643897"){
|
||||
// 发送短信
|
||||
Dysms::sendSms($data['phone'],$data['template_param'],$data['template_code'],$data['scene_desc']);
|
||||
}
|
||||
// }
|
||||
|
||||
// 删除缓存
|
||||
if (!empty($result)){
|
||||
|
||||
@ -1116,7 +1116,7 @@ class MessagePush extends BaseService
|
||||
$sub_data['wx_template_id'] = "G1RIs0RYqsTQ2CuPQWalIMyb6_deuEEbJfajfhGvNzc";//咨询提醒
|
||||
$sub_data['params']['page'] = "Pages/yishi/wenzhen_v2/wenzhen";
|
||||
$sub_data['params']['data'] = [
|
||||
"thing1" => "您有一个新的待接诊({$inquiry_type})服务",// 提醒内容
|
||||
"thing1" => "您有一个新的问诊服务等待接诊",// 提醒内容
|
||||
|
||||
"name2" => (string)$this->order_inquiry['patient_name'],// 患者姓名
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user