扫描小程序码分享
https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getaccesstoken.htmlhttps://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
您好,您这个看起来像是第三方服务商调用,得用authorizer_access_token,而不是access_token。参考 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
两个都可以用
https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getaccesstoken.html 这个是调用就刷新token的,旧的就作废(即使时间没到)。需要自己维护什么时候更新。
https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html 这个是调用不刷新token的(除非expire了),同一段时间内始终返回同一个token。微信帮忙维护了更新
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
您好,您这个看起来像是第三方服务商调用,得用authorizer_access_token,而不是access_token。参考 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
两个都可以用
https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getaccesstoken.html 这个是调用就刷新token的,旧的就作废(即使时间没到)。需要自己维护什么时候更新。
https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html 这个是调用不刷新token的(除非expire了),同一段时间内始终返回同一个token。微信帮忙维护了更新