直播间导入商品,一直提示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:[]}]"
补充说明:前几个月正常运作,大概7月5号开始持续有问题,已确认我方系统代码、配置没有做过改动。