{ "errcode": 40082, "errmsg": "invalid suite_acccess_token or provider_access_token, hint: [1654509785455213612928940], from ip: 120.76.233.201, more info at https://open.work.weixin.qq.com/devtool/query?e=40082"}
企业微信第三方应用获取suite_access_token后登录报错[图片] 后端服务: 第一步 请求:https://qyapi.weixin.qq.com/cgi-bin/service/get_suite_token 参数: { "suite_id": "xxx", "suite_secret": "xxx", "suite_ticket": "xxx" } 返回 suite_access_token(在一定时间段内返回的tocken值一样) 第二步 请求 https://qyapi.weixin.qq.com/cgi-bin/service/miniprogram/jscode2session?suite_access_token=suite_access_token&js_code=xxx&grant_type=authorization_code 偶尔返回: { "errcode": 40082, "errmsg": "invalid suite_acccess_token, hint: [1574162516_60_8dad776d5a6abe0ade52d91039f94799], from ip: 49.5.0.18, more info at https://open.work.weixin.qq.com/devtool/query?e=40082" } 偶尔出现上述情况:
2022-06-06