今天遇到同样问题,估计今天微信调整规则了 https://developers.weixin.qq.com/community/develop/doc/00000a798b048076670dba66855c00?jumpto=comment&commentid=0004007e8ec24086680d45ba25b4
扫码进入的小程序,有些人能正常显示,但是有些人显示页面不存在?[图片] 同一个码,有些人显示是正常的,但是有些人就这样, 麻烦帮忙解答?
2021-11-10这是用户的手机出现的问题,到现在还有部分用户有扫码问题,需要让用户协助。我先提供下当前发生问题的事件点 Appid: wx31ab62765e50699f 告警时间: 2021-11-10 09:43:00
小程序后台工具生成小程序码,今天出现部分用户扫码失败,地址前有 ".pages”或"0.page“?警报提示: 1 onPageNotFound error: page ".pages/page/index/index" is not found. 8次 2 onPageNotFound error: page "0.pages/page/index/index" is not found. 4次 3 onPageNotFound error: page "0.pages/page/index/index" is not found. 1次 扫码显示页面: [图片]
2021-11-10解决方法:入参是json格式,把verify_result放在json串,json放到body提交即可,文档没示例 入参: { "verify_result": "XMD" }
如何使用再次获取人脸核身结果后台 API?步骤如下: 1. https://api.weixin.qq.com/cgi-bin/token获取access_token 2.https://api.weixin.qq.com/cityservice/face/identify/getinfo?access_token={acc ess_token} json传递verify_result 第一次调用结果:{"errcode":84001,"errmsg":"invalid identify id hint: [JdtO_a02204791]"} 第二次调用结果(同一个有效期内的access_token):{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [_07574106]"} 问:是什么原因导致,是否是获取access_token的方式不对?那应该如何获取,文档没有说明access_token的来源
2020-08-24