Authorization: Bearer ********************
curl --location --request GET '/goodsRefundApply/api/getById/'
{
"code": 0,
"msg": "string",
"data": {
"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
}
}