...
|
...
|
@@ -103,7 +103,7 @@ class BaseController extends Controller |
|
|
$username = config('cmf_sms_user');//用户名
|
|
|
$password = config('cmf_sms_password');//原密码
|
|
|
$data = array(
|
|
|
'content' => '【天津巧虎】短信验证码:'.$content.'。10分钟内有效,请尽快登录。更多资讯及功能请关注服务号"宛林儿童游乐"。详询400-110-7575。',//短信内容
|
|
|
'content' => '【天津巧虎】短信验证码:'.$content.'。10分钟内有效,请尽快登录。详询400-110-7575。',//短信内容
|
|
|
'mobile' => $mobile,//手机号码
|
|
|
'productid' => '676767',//产品id
|
|
|
'xh' => ''//小号
|
...
|
...
|
|