后端服务:
第一步 请求:https://qyapi.weixin.qq.com/cgi-bin/service/get_suite_token
参数:
{
"suite_id": "xxx",
"suite_secret": "xxx",
"suite_ticket": "xxx"
}
返回 suite_access_token(在一定时间段内返回的tocken值一样)
偶尔返回:
{
"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"
}
偶尔出现上述情况:
{errcode='40082', errmsg='invalid suite_acccess_token or provider_access_token, hint: [1590043372_61_4f7a9f9f42ccc6c26a2d90bc601ef085]
遇到相同的问题,能否帮我查一下这个hint的原因:
{
"errcode": 40082,
"errmsg": "invalid suite_acccess_token, hint: [1586315094_61_5c05b292cbd313b5502ff01b1207a253], from ip: xxx.xxx.xxx.xxx more info at https://open.work.weixin.qq.com/devtool/query?e=40082"
}