CCRCOPENAUTH: ********************{
"customerId": "string",
"id": 0,
"itemCode": 0,
"commodityId": "string",
"typeCode": 0,
"commodityCategoryId": 0,
"commodityCategoryTitle": "string",
"orderStatus": 0,
"payTime": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"commodityTitle": "string",
"commodityCnt": 0,
"remarks": "string",
"receiveName": "string",
"shopId": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/merchandise/order/addEdit' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"id": 0,
"itemCode": 0,
"commodityId": "string",
"typeCode": 0,
"commodityCategoryId": 0,
"commodityCategoryTitle": "string",
"orderStatus": 0,
"payTime": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"commodityTitle": "string",
"commodityCnt": 0,
"remarks": "string",
"receiveName": "string",
"shopId": 0
}'{
"code": "string",
"message": "string",
"data": {
"customerId": "string",
"id": 0,
"itemCode": 0,
"commodityId": "string",
"typeCode": 0,
"commodityCategoryId": 0,
"commodityCategoryTitle": "string",
"orderStatus": 0,
"payTime": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"commodityTitle": "string",
"commodityCnt": 0,
"remarks": "string",
"receiveName": "string",
"shopId": 0
},
"success": true
}