当前位置:首页>记录>微信JSSDK接口调用出现 xxxx: the permission value is offline verifying

微信JSSDK接口调用出现 xxxx: the permission value is offline verifying

2020-08-15 10219 记录
关于the permission value is offline verifying 方面微信官方给出的解决方案 the permission value is offline verifying 这个错误是因为 config 没有正确执行,或者是调用的 JSAPI 没有传入 config 的jsApiList参数中。建议按如下顺序检查:
  1. 确认 config 正确通过。
  2. 如果是在页面加载好时就调用了JSAPI,则必须写在wx.ready的回调中。
  3. 确认 config 的jsApiList参数包含了这个JSAPI

评论 (1)

尼康
尼康 2023-06-27 11:46
出现一样的问题,半天解决不了