我明明调用的是上下架商品,可是报错300048:拉取商品列表失败, 这是为什么?
参考的API是:
https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/studio-api.html#21
调用的URL:
https://api.weixin.qq.com/wxaapi/broadcast/goods/onsale?access_token=
POST的数据 roomId 和 goodsId 都是微信服务器之前返回来的数字型.
返回结果:
["errmsg"]=> string(51) "get goods list fail rid: 60b88686-6179919f-728c93fc"
["errcode"]=> int(300048)
当前直播间没有商品,所以上下架失败了