正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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); |
-
请 注册 或 登录 后发表评论