curl --location --request GET '/back/apply/getRefundImageByRefundCode'
{ "code": 0, "msg": "string", "data": [ { "refundCode": "string", "imageUrl": "string" } ] }