错误码 | 说明 |
---|---|
21019 | shop_id: xxxx 非法 |
{
"shop_ids": [
"68",
"38",
"98"
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/order/get_shop_detail?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shop_ids": [
"68",
"38",
"98"
]
}'
{
"errcode": 0,
"errmsg": "ok",
"shop_list": [
{
"create_at": null,
"id": "011",
"name": "xxxxxx",
"shop_fields": [
{
"field_name": "店铺状态",
"value": "打折中"
},
{
"field_name": "店铺评分",
"value": "4.9"
}
]
}
]
}