...
|
...
|
@@ -61,7 +61,7 @@ class Sms |
|
|
'password' => $password, //密码
|
|
|
'tKey' => $tKey, //tKey
|
|
|
'signature' => '【小区焦点】',
|
|
|
'mobile' => config('site.customer'),
|
|
|
'mobile' => $mobile,
|
|
|
'content' => '提醒您,您的验证码是:' .$code.',十分钟之内有效,请勿向他人泄漏您的验证码',
|
|
|
);
|
|
|
$result = httpPost($sms_config['url'], $date);
|
...
|
...
|
|