{
"id": 0,
"goodsOrderCode": "string",
"refundGoodsName": "string",
"refundCode": "string",
"refundType": 0,
"refundReason": "string",
"refundAmount": 0,
"realRefundAmount": 0,
"refundStatus": 0,
"refundRefuseReason": "string",
"remark": "string",
"isDelete": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"refundLogisticsCode": "string",
"refundLogisticsCompany": "string",
"refundLogisticsCompanyCode": "string",
"refundAccessStatus": 0,
"orderGoodsLogisticsVOS": {
"id": 0,
"orderGoodId": 0,
"orderGoodSku": "string",
"remark": "string",
"isDelete": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"refundGoodsAmount": 0,
"refundCode": "string",
"goodsName": "string",
"goodsPrice": 0,
"goodsAmount": 0,
"refundAmount": 0,
"skuName": "string",
"skuImage": "string"
},
"refundImages": [
{
"refundCode": "string",
"imageUrl": "string"
}
],
"orderGoodId": 0,
"refundAddress": "string",
"coupon": 0,
"discount": 0,
"messageKey": "string",
"isReady": 0,
"freight": 0
}
curl --location --request PUT '/back/apply/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsOrderCode": "string",
"refundGoodsName": "string",
"refundCode": "string",
"refundType": 0,
"refundReason": "string",
"refundAmount": 0,
"realRefundAmount": 0,
"refundStatus": 0,
"refundRefuseReason": "string",
"remark": "string",
"isDelete": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"refundLogisticsCode": "string",
"refundLogisticsCompany": "string",
"refundLogisticsCompanyCode": "string",
"refundAccessStatus": 0,
"orderGoodsLogisticsVOS": {
"id": 0,
"orderGoodId": 0,
"orderGoodSku": "string",
"remark": "string",
"isDelete": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"refundGoodsAmount": 0,
"refundCode": "string",
"goodsName": "string",
"goodsPrice": 0,
"goodsAmount": 0,
"refundAmount": 0,
"skuName": "string",
"skuImage": "string"
},
"refundImages": [
{
"refundCode": "string",
"imageUrl": "string"
}
],
"orderGoodId": 0,
"refundAddress": "string",
"coupon": 0,
"discount": 0,
"messageKey": "string",
"isReady": 0,
"freight": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}