修改微信配置
This commit is contained in:
@@ -3,4 +3,7 @@ if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
//服务号-车卖场
|
||||
$config['default']['appid'] = 'wx42cfb5a705233394';
|
||||
$config['default']['appSecret'] = 'a34f842ce9ad0f3ec732590e36e15c10';
|
||||
$config['default']['appSecret'] = 'a34f842ce9ad0f3ec732590e36e15c10';
|
||||
//测试号
|
||||
//$config['default']['appid'] = 'wx10561f0e5ea2951f';
|
||||
//$config['default']['appSecret'] = '25874b9592b5b89f6ca4c3f508aec214';
|
||||
@@ -27,7 +27,8 @@ class Config extends BaseController
|
||||
'timestamp' => $sign_package['timestamp'], // 必填,生成签名的时间戳
|
||||
'nonceStr' => $sign_package['nonceStr'], // 必填,生成签名的随机串
|
||||
'signature' => $sign_package['signature'],// 必填,签名
|
||||
'jsApiList' => ['chooseImage', 'uploadImage', 'getLocation', 'openLocation','hideMenuItems','hideAllNonBaseMenuItem']
|
||||
'jsApiList' => ['chooseImage', 'uploadImage', 'getLocation',
|
||||
'openLocation','hideMenuItems','hideAllNonBaseMenuItem','hideOptionMenu','showAllNonBaseMenuItem']
|
||||
];
|
||||
$this->return_response($data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user