企业微信第三方应用JS SDK的checkJsApi接口为什么返回失败?
返回值:checkJsApi:permission on denied wx.checkJsApi({
jsApiList: ["chooseImage"], // 需要检测的JS接口列表,所有JS接口列表见附录2,
fail:(... rs: any[]) => {
console.log(rs);
alert(JSON.stringify(rs));
},
success: (rep: any) => {})});
这个接口也不需要别的参数,电脑,手机上都失败!