{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"goodsOrderCode": "string",
"refundCode": "string",
"refundType": 0,
"refundReason": "string",
"refundAmount": 0,
"realRefundAmount": 0,
"refundStatus": 0,
"refundRefuseReason": "string",
"isDelete": 0,
"refundAddress": "string",
"refundLogisticsCode": "string",
"refundLogisticsCompany": "string",
"refundLogisticsCompanyCode": "string",
"refundAccessStatus": 0,
"messageKey": "string",
"freight": 0
}
curl --location --request POST '/goodsRefundApply/api/updateById' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"goodsOrderCode": "string",
"refundCode": "string",
"refundType": 0,
"refundReason": "string",
"refundAmount": 0,
"realRefundAmount": 0,
"refundStatus": 0,
"refundRefuseReason": "string",
"isDelete": 0,
"refundAddress": "string",
"refundLogisticsCode": "string",
"refundLogisticsCompany": "string",
"refundLogisticsCompanyCode": "string",
"refundAccessStatus": 0,
"messageKey": "string",
"freight": 0
}'
{
"code": 0,
"msg": "string",
"data": true
}