小程序
小游戏
企业微信
微信支付
扫描小程序码分享
你好,
我这里有一个有关微信小程序的问题需要你们帮忙。
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/get_versioninfo.html#%E8%AF%B7%E6%B1%82%E5%9C%B0%E5%9D%80
我们根据这篇文档找到获取微信小程序线上版本的API: POST https://api.weixin.qq.com/wxa/getversioninfo?access_token=ACCESS_TOKEN
可是这个access token 怎么获得? 我们有appid 和 private-key-b64, 但不知道怎么通过这2个东西得到 access token
谢谢
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好, 这是第三方平台的能力,需要使用authorizer_access_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/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/code-management/getVersionInfo.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好, 这是第三方平台的能力,需要使用authorizer_access_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/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/code-management/getVersionInfo.html