页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

(本文档仅供参考)

问题

所有的用户在企业微信中访问企业微信小程序,提示“请先设置微信相关参数”,但实际已配置。

Image Modified

解决方案

可参考以下思路,逐步思路逐步排查。

1、排查系统选项-微信设置中的配置是否正确。

2、获取系统日志,定位报错信息,如存在:

{"errcode":60020,"errmsg":"not allow to access from your ip, hint: [1659594772365201214837510], from ip: xxx.xxx.xxx.xxx, more info at https://open.work.weixin.qq.com/devtool/query?e=60020"}

Image Modified

则此问题是由于企业微信对IP进行了限制导致,可访问详细信息地址,参考企业微信官网处理方式进行解决

Image Modified

image_1659514987323_qjreo.pngImage Modified

其中,服务商管理后台地址:https://open.work.weixin.qq.com/wwopen/login

...

Image Added