个人案例
- 优客来享
订阅消息功能,有时候出现下面描述的错误信息。老是让用户去授权订阅,太影响用户体验了,有什么解决办法啊?
小程序订阅消息,出现user refuse to accept the msg扫码体验
[2019-11-08T16:44:27.016] [ERROR] error - {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [34rrHA06669019!]"} [2019-11-08T16:44:27.223] [ERROR] error - {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [Kd5dhA06671519!]"} [2019-11-08T16:51:12.716] [ERROR] error - {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [d9qhAa00728738!]"} [2019-11-08T16:57:32.020] [ERROR] error - {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [Zpp0ta04518593!]"} [2019-11-08T16:57:32.222] [ERROR] error - {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [C1bYaa04528593!]"} 分别在16:44、16:51和 16:57执行了发送命令,过程中没有更新access token(有两个小程序access token),为什么16:51就只出错一次,而16:44和16:57就报了两次错?
为什么access_token明明没过期,调用subscribeMessage.send函数报错?为什么access_token明明没过期,调用subscribeMessage.send函数的时候报 {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [G2mlda01330941!]"}错误? access token 获取时返回的数据为{"access_token":"27_0WTyzNQ9HnLaiRYMedAinDYkXEPmLOAYSfrvR5QB77QDvicez2LNSvpXQ56l-OppBFnpAy_tJrt3bMCttNP5maZZktvOOz8WRfL8XcoWaF_JTfO4ZlVa_D_T9tUBFQdACAEIT","expires_in":7200} 这儿的过期时间为2小时,我是定时115分钟进行access token更新一次
2019-11-08是啊 有用户openid
为什么我的微信小程序(体验版)服务通知有时候无效?我使用小程序后台消息通知uniformMessage.send发送支付成功服务通知消息,如果是通知我自己就能够成功,但通知其他微信账号就出现"errcode":41028,"errmsg":"invalid form id hint: [s5mUsa02033929]"错误
2019-10-08