{
"addressDetail": "string",
"city": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"custMobile": "string",
"custName": "string",
"delFlag": 0,
"district": "string",
"expCode": "string",
"freightPayer": 0,
"id": "string",
"invoiceHeaderId": 0,
"invoiceType": 0,
"payAmount": 0,
"payNo": "string",
"payTime": "string",
"platformOrderNo": "string",
"province": "string",
"remark": "string",
"status": 0,
"szbaCreateTime": "string",
"totalAmount": 0,
"totalFreightAmount": 0,
"totalNum": 0,
"totalTaxAmount": 0,
"unionNo": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT '/szbaoly/szbaOrder/edit' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressDetail": "string",
"city": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"custMobile": "string",
"custName": "string",
"delFlag": 0,
"district": "string",
"expCode": "string",
"freightPayer": 0,
"id": "string",
"invoiceHeaderId": 0,
"invoiceType": 0,
"payAmount": 0,
"payNo": "string",
"payTime": "string",
"platformOrderNo": "string",
"province": "string",
"remark": "string",
"status": 0,
"szbaCreateTime": "string",
"totalAmount": 0,
"totalFreightAmount": 0,
"totalNum": 0,
"totalTaxAmount": 0,
"unionNo": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": "string",
"success": true,
"timestamp": 0
}