appid:wxee0e6158ae9f36cc
接收地址:https://tk.youpinhuishou.top/api/index/componentVerifyTicket
接收这边有返回success字符,一直给发推送的component_verify_ticket也在变化,但通过 https://api.weixin.qq.com/cgi-bin/component/api_component_token 这个接口使用最新的component_verify_ticket获取回来component_access_token再去https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token= 获取authorizer_refresh_token的时候就一直报错过期。
string(224) "https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token=69_hgAOU5hvPkWWYySvmvL5hscc3v9J5Hly-49IkEqhUibLcrARP4XYW9AxWrSoJUvFSG3CUAWY4S0DQ9gMfD9dU9PbnID5QYf2GUjJCIsiB8XW6LeePRNzipzML-0LQKcADAFKE" array(3) { ["component_appid"]=> string(18) "wxee0e6158ae9f36cc" ["authorizer_appid"]=> string(18) "wx53af924852f448ef" ["authorizer_refresh_token"]=> string(58) "refreshtoken@@@0yaf5f1S54i6O0pzwYwttJUoT0ERucXOv4bLdikZOJo" }
string(224) "https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token=69_sRVCql5HZoNjoJnRaJb9sTXUTX28cIk0OOaB6HARaxIsIFYRVRjxTR6SrTm6dvJVHJGVbJsF46PxMEJ53ejJh4VRgUGd-CmRM-A9uh_wq4mP7ZR8LZbfrMfLUPUONZdABAJIU" array(3) { ["component_appid"]=> string(18) "wxee0e6158ae9f36cc" ["authorizer_appid"]=> string(18) "wx53af924852f448ef" ["authorizer_refresh_token"]=> string(58) "refreshtoken@@@0yaf5f1S54i6O0pzwYwttJUoT0ERucXOv4bLdikZOJo"
一直用最新的请求authorizer_refresh_token,但一直报错过期
你好,1、经核查,第三方平台wxee0e6158ae9f36cc目前ticket推送是正常的
2、报错{"errcode":61023,"errmsg":"refresh_token is invalid rid: 6470b073-22f009c7-44bd3a05"},提交的authorizer_refresh_token无效,请调用接口https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/getAuthorizerList.html重新获取对应帐号refresh_token后再重试接口。
后续遇到此类问题可参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/TroubleShooting.html自助排查下
推送的component_verify_ticket会变,但一直用最新的也是报错token过期。
{"errcode":61023,"errmsg":"refresh_token is invalid rid: 6470b073-22f009c7-44bd3a05"}" }