wx.agentConfig({
corpid: 'wwf849f26cb0e3a256',
agentid: '1000051',
timestamp: 1653751762,
nonceStr: 'RUruiOCR525MCONFIG',
signature: 'EBBA097BD2DC6BA90F096CA602A3C376F1E9C3A9',
jsApiList: ['sendChatMessage'],
success: function(res) {
// 回调
},
fail: function (res) {
if(res.errMsg.indexOf('function not exist') > -1){
alert('版本过低请升级')
}
}
});
在pc 和安卓上都是正常的,iOS不行
你好,请参考文档提供的常见错误及解决方法https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#%E9%99%84%E5%BD%951-JS-SDK%E4%BD%BF%E7%94%A8%E6%9D%83%E9%99%90%E7%AD%BE%E5%90%8D%E7%AE%97%E6%B3%95