|
@@ -45,11 +45,11 @@ $config['base'] = array
|
|
'account' => 'mobile',//SMS_228142347
|
|
'account' => 'mobile',//SMS_228142347
|
|
|
|
|
|
# 直接使用sms组件,这部分配置废弃
|
|
# 直接使用sms组件,这部分配置废弃
|
|
- /*
|
|
|
|
|
|
+
|
|
'mobileCode' => array
|
|
'mobileCode' => array
|
|
(
|
|
(
|
|
# debug模式
|
|
# debug模式
|
|
- 'debug' => true,
|
|
|
|
|
|
+ 'debug' => false,
|
|
# 发送短信的接口
|
|
# 发送短信的接口
|
|
'url' => 'https://feginesms.market.alicloudapi.com/codeNotice',
|
|
'url' => 'https://feginesms.market.alicloudapi.com/codeNotice',
|
|
'url' => 'https://dysmsapi.aliyuncs.com/?Action=SendSms',
|
|
'url' => 'https://dysmsapi.aliyuncs.com/?Action=SendSms',
|
|
@@ -85,7 +85,7 @@ $config['base'] = array
|
|
# 验证码长度
|
|
# 验证码长度
|
|
'length' => 6,
|
|
'length' => 6,
|
|
),
|
|
),
|
|
- */
|
|
|
|
|
|
+
|
|
# 注册成功后,调取的接口
|
|
# 注册成功后,调取的接口
|
|
'regAction' => '',
|
|
'regAction' => '',
|
|
|
|
|