Commit e4a12294 by zhujian

fix

parent d6354b2a
......@@ -40,7 +40,6 @@ export default class WechatApi {
}).then((result2) => {
const res2 = result2.result;
console.log('开始注册agent')
setTimeout(() => {
wx.agentConfig({
corpid: res2.corpid, // 必填,企业微信的corpid,必须与当前登录的企业一致
agentid: res2.agentid, // 必填,企业微信的应用id (e.g. 1000247)
......@@ -59,7 +58,7 @@ export default class WechatApi {
reject(err);
},
});
}, 500)
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment