{
"cid": "1"
}
curl --location --request POST 'http://openapi.chem-site.com//pc/consignmentorder/delConsignment' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "1"
}'
{
"data": {
"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": {}
}