package
1.0.0-beta.4
Repository: https://github.com/fastwego/miniprogram.git
Documentation: pkg.go.dev

# Functions

绑定微信用户为体验者 第三方平台在帮助旗下授权的小程序提交代码审核之前,可先让小程序运营者体验,体验之前需要将运营者的个人微信号添加到该小程序的体验者名单中。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Admin.html POST https://api.weixin.qq.com/wxa/bind_tester?access_token=ACCESS_TOKEN */.
获取体验者列表 通过本接口可以获取小程序所有已绑定的体验者列表。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/memberauth.html POST https://api.weixin.qq.com/wxa/memberauth?access_token=ACCESS_TOKEN */.
解除绑定体验者 调用本接口可以将特定微信用户从小程序的体验者列表中解绑。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。 See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/unbind_tester.html POST https://api.weixin.qq.com/wxa/unbind_tester?access_token=ACCESS_TOKEN */.