业务为生成小程序二维码:
//api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=//api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=" + access_token
生成二维码偶现报错:token已失效。但代码执行逻辑为每次都是调用生成token再使用这个token生成二维码,所以应该不存在过期。
此bug为偶现,有时可以,有时报错
{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 635f9093-017e06e9-0b804a4c"}
建议修改逻辑access_token持久化处理,token 周期性更新。非利用
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html