在开放平台代小程序实现业务中,调用小程序登录接口(jscode2session),有时候第一次请求会返回:{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest, hints: [ req_id: PfcfEMuhE-3QgLLa ]"},连续请求几次才会返回正常结果,麻烦技术看一下这个问题;
第一次请求时间:2020-11-05 11:28:20 返回:{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest, hints: [ req_id: PfcfEMuhE-3QgLLa ]"}
第二次请求时间:2020-11-05 11:30:02 返回正常:{"session_key":"Mtwl246...","openid":"or_UG...q1eo"}
第三次请求时间:2020-11-05 11:32:35 返回:{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest, hints: [ req_id: PfcfEMuhE-3QgLLa ]"}
你好,40001是token过期了,请检查下相关逻辑以及ticket的有效性哈
授权解析后,反回的微信昵称是 “微作用户” 是怎么回事?