- 第三方平台->代小程序实现业务->获取代码模板列表 调用报 48001 ?
接口地址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code_template/gettemplatelist.html 请求:https://api.weixin.qq.com/wxa/gettemplatelist?access_token=33_H2Vbjj3NEwdi1zU-yQ6bD.......(token省略) 接口返回信息:{"errcode":48001,"errmsg":"api unauthorized hints: [HGdcqDPce-9zWyAa!]"} 第三方平台Appid:wxc8b9c99a2a510e3c 授权客户主体小程序appid:wx9290c1931a1b2923 开放平台中时存在小程序模板的 [图片]
2020-05-07 - 第三方授权收完成后发起小程序代码审核,根据审核结果推送怎么拿到appId?
代码审核结果推送:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/audit_event.html 这个接口只返回原始ID,怎么拿到APPID?
2020-04-17 - 第三方平台获取体验者列表返回的是userstr,能不能拿到昵称和头像?
获取体验者列表:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/memberauth.html 怎么根据这个接口获取昵称和头像啊,有没人知道?
2020-04-15 - image标签src为src="wxfile://*******" 无法正常显示图片?
开发者工具中没问题。体验版和正式版路径都是wxfile://开头,都无法显示。 出问题代码如下: wxChooseImage({ count: 1, sizeType: ['compressed'] }).then(res => { this.setData({ eventLogo: res.tempFilePaths[0] }) }) [图片]
2020-04-07