作者 Cool
1 个管道 的构建 通过 耗费 0 秒

短信调试

@@ -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);