Commit 7b5077e5 authored by zhuwei's avatar zhuwei

进场 对客户发送短信通知 模板

parent 4993bc4c
...@@ -159,7 +159,7 @@ class OrderLog extends Basic ...@@ -159,7 +159,7 @@ class OrderLog extends Basic
$user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]); $user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]);
$data = [$agent_name]; $data = [$agent_name];
$result = $messageUntil->sendSMSForUser($user_phone,$data,'226972'); $result = $messageUntil->sendSMSForUser($user_phone,$data,'415209');
if ($result == 'true') { if ($result == 'true') {
return true; return true;
} else { } else {
......
...@@ -189,8 +189,8 @@ class ImageDepot extends Basic ...@@ -189,8 +189,8 @@ class ImageDepot extends Basic
$user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]); $user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]);
$data = [$agent_name]; $data = ['朱伟'];
$result = $messageUntil->sendSMSForUser($user_phone,$data,'226972'); $result = $messageUntil->sendSMSForUser('18112347151',$data,'415209');
if ($result == 'true') { if ($result == 'true') {
return $this->response("200", "短信发送成功", $result); return $this->response("200", "短信发送成功", $result);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment