小程序
小游戏
企业微信
微信支付
扫描小程序码分享
接口文档:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/component_access_token.html
问题:
1.短时间内调用生成POST https://api.weixin.qq.com/cgi-bin/component/api_component_token接口多次,会生成多个component_access_token么?
2.如果会生成多个component_access_token,这些多个component_access_token在有效期内都能用么?
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好 ,1、会。2、勿频繁刷新token!频繁刷新,会导致旧的token失效哦~请在token快过期前,调用接口重新获取即可。https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/ticket-token/getComponentAccessToken.html
另外,可调用接口https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html查询公众号/小程序/第三方平台等接口的每日调用接口的额度以及调用次数。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好 ,1、会。2、勿频繁刷新token!频繁刷新,会导致旧的token失效哦~请在token快过期前,调用接口重新获取即可。https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/ticket-token/getComponentAccessToken.html
另外,可调用接口https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html查询公众号/小程序/第三方平台等接口的每日调用接口的额度以及调用次数。