{
"pageSize": 10
}
curl --location --request POST 'http://openapi.chem-site.com//pc/consignmentorder/getStayDeliverConsignmentList' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 10
}'
{
"data": {
"totalPage": 0,
"pageNo": 0,
"list": [
{
"id": 0,
"productNumber": "string",
"productCas": "string",
"productCname": "string",
"productLevel": "string",
"productNums": "string",
"productPack": "string",
"salePrice": "string",
"status": 0,
"statusText": "string",
"remark": "string",
"createdAt": null
}
]
},
"status": "string",
"code": "string",
"message": "string",
"error": {}
}