Commit ddee833e authored by zhuwei's avatar zhuwei

1

parent 7b5077e5
......@@ -180,16 +180,11 @@ class ImageDepot extends Basic
public function ceshi()
{
$agent_id = 0;
$report_id = 0;
$agent_name = 0;
$report = new OReportModel();
$messageUntil = new MessageUntils();
$user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]);
$data = ['朱伟'];
$data = '朱伟2';
$result = $messageUntil->sendSMSForUser('18112347151',$data,'415209');
if ($result == 'true') {
return $this->response("200", "短信发送成功", $result);
......
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