{
"param": {
"size": 0,
"current": 0,
"query": {
"listStatus": [
0
],
"houseCode": "string",
"houseId": 0,
"ids": [
"string"
],
"keywordList": [
"string"
],
"numType": 0
}
},
"uuid": "string"
}
curl --location --request POST '/commonApi/dropshipping/queryOutboundOrders' \
--header 'token: 150e1b82-0c79-41a7-a1ea-7908e27f9883' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"size": 0,
"current": 0,
"query": {
"listStatus": [
0
],
"houseCode": "string",
"houseId": 0,
"ids": [
"string"
],
"keywordList": [
"string"
],
"numType": 0
}
},
"uuid": "string"
}'
{
"code": 0,
"data": null,
"msg": "",
"errorMsg": "",
"actionMsg": "",
"solution": "",
"msgCode": ""
}