请求参数:
{
"par": {
"pid": "owzku4-CTt9v7SKZ2Zy2-I04heMY_1721304051",
"productList": [
{
"productId": "29462913",
"appId": "wxf66db6b37c57028a",
"customizeInfo": "gsdgdsg"
}
]
}
}
返回{"errcode": 200001,
"errmsg": "system error rid: 609c03c3-3a8e79dd-30108124"
}
productId=29462913并不是wxf66db6b37c57028a下的商品,需要确保productId是appId所在小商店的商品。
后续我们会优化这里的errcode和errmsg提示,谢谢反馈。
新问题,获取商品详情时传递一个productId没有返回商品信息,只返回了total=1,
请求参数:
将shopAppids传入、query传入都没有商品返回
{"from":1,"limit":20,"queryType":2,"query":"29119559","productId":"29119559","shopAppIds":["wx98eaabf5c81ae208"]}
返回:
{"errcode":0,"errmsg":"ok","productList":[],"total":1,"next":1}