https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token=COMPONENT_ACCESS_TOKEN
和
https://api.weixin.qq.com/cgi-bin/component/api_query_auth?component_access_token=COMPONENT_ACCESS_TOKEN
这两个接口获取的令牌有效期是2小时,那这个刷新令牌的有效期是多久呢?有人说是永久的有人说是30天,希望有一个明确的说法!
component_access_token 有效期2小时 使用component_verify_ticket 刷新
authorizer_access_token 有效期为2小时 使用component_access_token和authorizer_refresh_token刷新
authorizer_refresh_token有效期为直到下一次授权变更时,就是说,如果不进行授权/刷新授权/取消授权等操作的时候,authorizer_refresh_token是一直有效的
https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_info】时得到的:authorizer_refresh_token 【这个除非授权的公众号发生变化】