curl --location --request GET '/back/apply/getRefundGoodsByRefundCode'
{
"code": 0,
"msg": "string",
"data": [
{
"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"
}
]
}