{
"actualAmount": 0,
"cancelTime": "2019-08-24T14:15:22Z",
"closeType": 0,
"createTime": "2019-08-24T14:15:22Z",
"deleteStatus": 0,
"deliveryFlowId": "string",
"deliveryTime": "2019-08-24T14:15:22Z",
"deliveryType": "string",
"flishTime": "2019-08-24T14:15:22Z",
"orderFreight": 0,
"orderId": "string",
"orderRemark": "string",
"payTime": "2019-08-24T14:15:22Z",
"payType": 0,
"receiverAddress": "string",
"receiverMobile": "string",
"receiverName": "string",
"status": "string",
"totalAmount": 0,
"untitled": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}
curl --location --request POST '/order/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"actualAmount": 0,
"cancelTime": "2019-08-24T14:15:22Z",
"closeType": 0,
"createTime": "2019-08-24T14:15:22Z",
"deleteStatus": 0,
"deliveryFlowId": "string",
"deliveryTime": "2019-08-24T14:15:22Z",
"deliveryType": "string",
"flishTime": "2019-08-24T14:15:22Z",
"orderFreight": 0,
"orderId": "string",
"orderRemark": "string",
"payTime": "2019-08-24T14:15:22Z",
"payType": 0,
"receiverAddress": "string",
"receiverMobile": "string",
"receiverName": "string",
"status": "string",
"totalAmount": 0,
"untitled": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}