{
"orders": [
{
"order_no_xy": "aOP2505071618005",
"order_no_outer": "576722608781890541"
}
]
}curl --location 'https://testing.westmonth.com/openapi/order/cancel' \
--header 'Authorization: {{token}}' \
--header 'Cookie: {{cookie}};{{cookie}}' \
--header 'Content-Type: application/json' \
--data '{
"orders": [
{
"order_no_xy": "aOP2505071618005",
"order_no_outer": "576722608781890541"
}
]
}'{
"code": 0,
"msg": "请求成功!",
"data": {
"list": [
{
"order_no_xy": "aOP2505071618005",
"order_no_outer": "576722608781890541",
"status": "succeed"
}
]
}
}