{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"orderStatus": "string",
"totalQuantity": 0,
"actualQuantity": 0
}
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"orderStatus": "string",
"totalQuantity": 0,
"actualQuantity": 0
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}