- 小程序橱窗授权异常
https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/getauth.html 通过接口拿到授权链接: auth_appid: "wx2cea70df4257bba8"auth_url: "/pages/partner/v3/auth?scene=thirdapp&key=0_HLcz8mtyD3D7wpL5KrNbnPQdZIi_c4lr4DzYW4HADzIRYVhN7bX_LB_2AlaezgMqVzQmQ7I"auth_wxa_username: "gh_bebad552f050"url: "https://channels.weixin.qq.com/miniprogram/live-commerce/auth?authkey=0_HLcz8mtyD3D7wpL5KrNbnPQdZIi_c4lr4DzYW4HADzIRYVhN7bX_LB_2AlaezgMqVzQmQ7I"然后通过点击跳转: <navigator hover-class="navigator-hover" target="miniProgram" open-type="navigate" :app-id="auth_appid" :path="auth_url"> 跳转到授权页({{auth_appid}}) </navigator> 跳转出现: [图片]且立即跳转到橱窗首页。 而没有正常跳转到小程序橱窗授权页面,请问是什么原因?谢谢。
04-22 - 小程序橱窗授权异常
https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/getauth.html https:/channels.weixin.qq.com/miniprogram/live-commerce/auth0_12340_1234https:/channels.weixin.qq.com/miniprogram/live-commerce/auth0_1234,出现:请在电脑上前往channels.weixin.qq.com登录视频号助手,进行视频号的运营和管理。 通过navigate标签执行: <navigator hover-class="navigator-hover" target="miniProgram" open-type="navigate" :app-id="test_id" :path="test_url"> 跳转到授权页({{test_id}}) </navigator> 会出现授权页面不存在,并直接跳转到橱窗首页了,请问怎么正确处理?
04-20 - 由于小程序违规,支付功能暂时无法使用
APPID: wx82b290dbff3c365b 小程序已经完成全部认证和备案,在开发工具上可以实现支付,但是发布的版本上,出现“由于小程序违规,支付功能暂时无法使用”,请问如何解决? 后台也没收到任何违规信息
03-25