调用 wx.checkJsApi({ jsApiList: ['getcontext'], // 需要检测的JS接口列表 success: function(res) { alert(JSON.stringify(res)) // 以键值对的形式返回,可用的api值true,不可用为false // 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"} } }) 报{"errMsg":"checkJsApi:ok","checkResult":{"getcontext":false}} 客户相关权限都开了,config和agentConfig也都成功了,并且我是在agentConfig成功回调里调的, Corpid:ww277c5cb8a346f1f4 问题成员手机号:17858835689 问题时间:2022-11-15 17: 30 左右 [图片]
企业微信PC端第三方应用JS SDK的checkJsApi接口返回失败wx.checkJsApi({ jsApiList: ['getContext'], // 需要检测的JS接口列表,所有JS接口列表见附录2, success: function(res) { console.info(res) // 以键值对的形式返回,可用的api值true,不可用为false // 如:{"checkResult":{"chooseImage":true},"errMsg":"checkJsApi:ok"} } }) [图片]
2022-11-15