|
@@ -675,7 +675,7 @@
|
|
|
timestamp: res.data.timestamp, // 必填,生成签名的时间戳
|
|
|
nonceStr: res.data.noncestr, // 必填,生成签名的随机串
|
|
|
signature: res.data.sign, // 必填,签名,见附录1
|
|
|
- jsApiList: ['chooseImage','previewImage','uploadImage','downloadImage','previewFile','getLocation','agentConfig','openAppManage']
|
|
|
+ jsApiList: ['chooseImage','previewImage','uploadImage','downloadImage','previewFile','getLocation','agentConfig']
|
|
|
});
|
|
|
var that = this;
|
|
|
wx.ready(function(){
|
|
@@ -689,7 +689,7 @@
|
|
|
timestamp: res.data.timestamp, // 必填,生成签名的时间戳
|
|
|
nonceStr: res.data.nonceStr, // 必填,生成签名的随机串
|
|
|
signature: res.data.signature, // 必填,签名,见附录-JS-SDK使用权限签名算法
|
|
|
- jsApiList: ['selectExternalContact', 'selectEnterpriseContact'], //必填,传入需要使用的接口名称
|
|
|
+ jsApiList: ['selectExternalContact', 'selectEnterpriseContact', 'openAppManage'], //必填,传入需要使用的接口名称
|
|
|
success: function (result) {
|
|
|
console.log(result, '请求微信成功')
|
|
|
console.log(window, 'window')
|