|
@@ -300,13 +300,11 @@ return [
|
|
//////////////////////////////////////////////////////////////////////////////////////////
|
|
//////////////////////////////////////////////////////////////////////////////////////////
|
|
// 腾讯im配置
|
|
// 腾讯im配置
|
|
'tencent_im' => [
|
|
'tencent_im' => [
|
|
-// 'sdkappid' => '1400589001',
|
|
|
|
'sdkappid' => '',
|
|
'sdkappid' => '',
|
|
'identifier' => '',
|
|
'identifier' => '',
|
|
|
|
|
|
//trtc回调秘钥
|
|
//trtc回调秘钥
|
|
'callback_secret' => '',
|
|
'callback_secret' => '',
|
|
-// 'key' => '',
|
|
|
|
'key' => '',
|
|
'key' => '',
|
|
'SecretId' => '',
|
|
'SecretId' => '',
|
|
'SecretKey' => '',
|
|
'SecretKey' => '',
|
|
@@ -359,8 +357,8 @@ return [
|
|
|
|
|
|
//开放平台的,不是小程序的
|
|
//开放平台的,不是小程序的
|
|
'wxMiniProgram' => [
|
|
'wxMiniProgram' => [
|
|
- 'appid' => 'wxc36febe4553c482c',
|
|
|
|
- 'secret' => '35dfe74bdec9ceced7aa494f9f45c844',
|
|
|
|
|
|
+ 'appid' => '',
|
|
|
|
+ 'secret' => '',
|
|
],
|
|
],
|
|
|
|
|
|
//阿里银行卡三要素
|
|
//阿里银行卡三要素
|
|
@@ -371,14 +369,14 @@ return [
|
|
'app_code' => '',
|
|
'app_code' => '',
|
|
],
|
|
],
|
|
|
|
|
|
- //阿里云实名认证三要素,数脉
|
|
|
|
|
|
+ //阿里云实名认证三要素,正式数脉
|
|
'aliyun_auth_shumai' => [
|
|
'aliyun_auth_shumai' => [
|
|
'app_key' => '204165018',
|
|
'app_key' => '204165018',
|
|
'app_secret' => 'owfeQdhvhzq988fC4iOz2YjnSGOk7sFX',
|
|
'app_secret' => 'owfeQdhvhzq988fC4iOz2YjnSGOk7sFX',
|
|
'app_code' => '70754381570645739ce7bfb56268a483',
|
|
'app_code' => '70754381570645739ce7bfb56268a483',
|
|
],
|
|
],
|
|
|
|
|
|
- //阿里云短信配置
|
|
|
|
|
|
+ //阿里云短信配置,正式
|
|
'alisms' =>[
|
|
'alisms' =>[
|
|
'template_cn' => 'SMS_267360101', //国内
|
|
'template_cn' => 'SMS_267360101', //国内
|
|
'template_guoji' => 'SMS_463616976', //国际
|
|
'template_guoji' => 'SMS_463616976', //国际
|