小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.html
微信公众号里 access_token 和 stable access token 区别是什么?我应该用哪一个?为什么?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这两个access_token是独立的,不会相互影响。目的是方便开发者做测试、切换时,保持线上业务的稳定。
简单理解:
1)getAccessToken,每次调用都会生成新的access_token;
2)getStableAccessToken,在force_refresh=false模式下,会尽量返回相同的access_token。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
通过接口GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET获取access_token,通过这个access_token能支持调用的微信接口列表,通过接口POST https://api.weixin.qq.com/cgi-bin/stable_token获取的access_token是否都能调用呢
获取稳定版接口调用凭据
getStableAccessToken
这又是个什么鬼,什么时候更新的?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这两个access_token是独立的,不会相互影响。目的是方便开发者做测试、切换时,保持线上业务的稳定。
简单理解:
1)getAccessToken,每次调用都会生成新的access_token;
2)getStableAccessToken,在force_refresh=false模式下,会尽量返回相同的access_token。
通过接口GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET获取access_token,通过这个access_token能支持调用的微信接口列表,通过接口POST https://api.weixin.qq.com/cgi-bin/stable_token获取的access_token是否都能调用呢
获取稳定版接口调用凭据
getStableAccessToken
这又是个什么鬼,什么时候更新的?