小程序
小游戏
企业微信
微信支付
扫描小程序码分享
大家好,我是新手,我们这边要开发服务商平台,我看所有的接口都需要商家授权给服务商,但是授权会过期,你们服务商是后端定时刷新凭证呢,还是让商家重新授权呢!!!!
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,代调用接口使用的 authorizer_access_token 是有有效期的,请开发者注意定时刷新
Token生成介绍:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/creat_token.html
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/ticket-token/getAuthorizerAccessToken.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
授权不会过期,会过期的是接口调用token
我们的做法:
1、component_token,每1小时50分钟去重新获取
2、authorizer_token,只在调用接口的时候,判断返回的错误码,如果是过期,则重新获取后保存。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,代调用接口使用的 authorizer_access_token 是有有效期的,请开发者注意定时刷新
Token生成介绍:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/creat_token.html
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/ticket-token/getAuthorizerAccessToken.html
授权不会过期,会过期的是接口调用token
我们的做法:
1、component_token,每1小时50分钟去重新获取
2、authorizer_token,只在调用接口的时候,判断返回的错误码,如果是过期,则重新获取后保存。