正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -56,7 +56,7 @@ class Sms extends Api | @@ -56,7 +56,7 @@ class Sms extends Api | ||
56 | // } | 56 | // } |
57 | $ret = Smslib::send($mobile, null, $event); | 57 | $ret = Smslib::send($mobile, null, $event); |
58 | if ($ret) { | 58 | if ($ret) { |
59 | - $this->success(__('发送成功'),['code'=>$ret]); | 59 | + $this->success(__('发送成功')); |
60 | } else { | 60 | } else { |
61 | $this->error(__('发送失败,请检查短信配置是否正确')); | 61 | $this->error(__('发送失败,请检查短信配置是否正确')); |
62 | } | 62 | } |
@@ -61,7 +61,7 @@ class Sms | @@ -61,7 +61,7 @@ class Sms | ||
61 | 'password' => $password, //密码 | 61 | 'password' => $password, //密码 |
62 | 'tKey' => $tKey, //tKey | 62 | 'tKey' => $tKey, //tKey |
63 | 'signature' => '【小区焦点】', | 63 | 'signature' => '【小区焦点】', |
64 | - 'mobile' => config('site.customer'), | 64 | + 'mobile' => $mobile, |
65 | 'content' => '提醒您,您的验证码是:' .$code.',十分钟之内有效,请勿向他人泄漏您的验证码', | 65 | 'content' => '提醒您,您的验证码是:' .$code.',十分钟之内有效,请勿向他人泄漏您的验证码', |
66 | ); | 66 | ); |
67 | $result = httpPost($sms_config['url'], $date); | 67 | $result = httpPost($sms_config['url'], $date); |
-
请 注册 或 登录 后发表评论