作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



查看合并请求 !187
@@ -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);