- 无法显示该视频号动态? 请求帮我看看
https://developers.weixin.qq.com/doc/store/leagueheadsupplier/api/sharer/video/api_getfeedpromotioninfo.htmlhttps://developers.weixin.qq.com/doc/store/leagueheadsupplier/api/sharer/account/api_getbindtalentlist.html 响应如下: {'errcode': 0, 'errmsg': 'ok', 'feed_list': [{'export_id': 'export/UzFfAgtgekIEAQAAAAAAoBkAbiYHgwAAAAstQy6ubaLX4KHWvLEZgBPE9qcYbHQCVtmPzNPgMGEFXQ3uw661clw30KsgDxqKkg', 'feed_token': 'token/As5pzhurs', 'promoter_share_link': 'Ikdydm0xX0tEUVBHUVdHMjJQa0puY2FKUzlXd3Q4MHBYSzJkNmpjS1VKemhRN0NDWDZwVThnanZyNTAjMTc1NjYxMTA0OTQ2Nw'}]} [图片]
08-31 - openChannelsActivity调用失败,聊天模式不允许?
我并不在聊天模式下,短视频 直播 都会报这个错误“openChannelsActivity:fail not allowed in chattool mode” https://developers.weixin.qq.com/doc/store/leagueheadsupplier/api/sharer/video/api_getfeedpromotioninfo.htmlshop_appidpage_sizenext_key onShareClick(){ wx.openChannelsActivity({ "feedId": this.data.currentShortvideo.feed_plus.export_id, "promoterShareLink": this.data.currentShortvideo.feed_plus.promoter_share_link, success:(e)=>{ console.log(e) }, fail:(e)=>{ console.log(e) } }) 报错: {errMsg: "openChannelsActivity:fail not allowed in chattool mode"}
08-16 - 打开直播wx.openChannelsLive 报错,不允许在聊天工具模式调用?
openChannelsLive:fail not allowed in chattool mode 我的scene换了N种了 一只都报上面这个错误! 我是推客小程序 代码如下, const info = wx.getLaunchOptionsSync(); const scene = info.scene; console.log(scene) wx.openChannelsLive({ feedId: item.export_id, promoterShareLink: item.promoter_share_link, success:(e)=>{ console.log(e) }, fail:(e) => { console.log(e) } })
08-13 - 录音结束后触发不了setData?,生产上会出现,开发环境上真机调试没有问题。
录音结束后触发不了setData?,生产上会出现,开发环境上真机调试没有问题。 发布生产后就会出问题,我的代码片段中的onstop时触发setData显示出“试听”。 生产环境一直显示不出来,已经提交了好几版了 都这样。求教各位尊贵的大佬
2024-09-30 - 微信公众号 同时授权给两个第三方平台,可行吗?
我们的公众号想要授权给两个第三方平台,只用到分享功能。 可行吗?请问
2024-01-04