错误码 | 说明 |
---|---|
21013 | 批量删除订单失败,order_id非法(需指出是哪一个id),不存在对应订单 |
{
"order_ids": [
"81",
"69",
"63"
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/order/batch_remove?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_ids": [
"81",
"69",
"63"
]
}'
{
"errcode": 0,
"errmsg": "ok"
}