收藏
回答

直播间导入商品,一直提示300022:此房间号不存在,但是MP后台能看到对应直播间怎么解决?

直播间导入商品,一直提示300022:此房间号不存在,但是MP后台能看到对应直播间,并且新建直播间接口正常返回直播间id,商品已导入商品库并审核通过,请问怎么解决?

微信小程序对应的wxappId为:wxf8a3f6ddb49bf39e

操作接口:直播间导入商品,接口url:https://api.weixin.qq.com/wxaapi/broadcast/room/addgoods?access_token=

请求参数json:
{
    "ids": [52],   
    "roomId": 119
}

接口返回json:
[{"code":0,"wxError":{"errorCode":300022,"errorMsg":"roomid is not exsit rid: 60e51703-01e91312-60a1f4ef","json":"{\"errmsg\":\"roomid is not exsit rid: 60e51703-01e91312-60a1f4ef\",\"errcode\":300022}"},"detailMessage":"{\"errmsg\":\"roomid is not exsit rid: 60e51703-01e91312-60a1f4ef\",\"errcode\":300022}","stackTrace":[],"suppressedException:[]}]"
最后一次编辑于  2021-07-07
回答关注问题邀请回答
收藏

1 个回答

  • lvi
    lvi
    2021-07-06

    补充说明:前几个月正常运作,大概7月5号开始持续有问题,已确认我方系统代码、配置没有做过改动。

    2021-07-06
    有用
    回复
登录 后发表内容