小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我们之前公众号授权了三方平台,然后通过三方平台获取的component_access_token就可以调用公众号的api。现在小程序也想这么做,但是无从下手。
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,1、“然后通过三方平台获取的component_access_token就可以调用公众号的api”------------------代商家调用接口需要使用authorizer_access_token,详情查看文档说明:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
2、第三方平台-开发配置-权限集中勾选所需小程序权限集,小程序管理员进行授权操作,完成授权后可以使用authorizer_access_token代调用接口(小程序拥有相关权限集功能,授权给第三方平台才能代调用,否则可能会报错,以具体报错信息为准)
小程序权限集文档:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/miniprogram_authority.html
3、代商家开发小程序:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/how_to_dev.html
4、常见报错可优先参考文档 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/TroubleShooting.html 自助排查下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
本回答由AI生成,可能已过期、失效或不适用于当前情形,请谨慎参考
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,1、“然后通过三方平台获取的component_access_token就可以调用公众号的api”------------------代商家调用接口需要使用authorizer_access_token,详情查看文档说明:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
2、第三方平台-开发配置-权限集中勾选所需小程序权限集,小程序管理员进行授权操作,完成授权后可以使用authorizer_access_token代调用接口(小程序拥有相关权限集功能,授权给第三方平台才能代调用,否则可能会报错,以具体报错信息为准)
小程序权限集文档:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/miniprogram_authority.html
3、代商家开发小程序:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/how_to_dev.html
4、常见报错可优先参考文档 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/TroubleShooting.html 自助排查下