Authorization: Bearer ********************
curl --location --request GET '/api/front/order/apply/refund/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"id": 0,
"orderId": "string",
"orderInfoList": [
{
"attrId": 0,
"cartNum": 0,
"image": "string",
"briefImage": "string",
"isReply": 0,
"price": 0,
"productId": 0,
"sku": "string",
"storeName": "string",
"vipPrice": 0,
"storeInfo": "string"
}
],
"paid": true,
"payPrice": 0,
"totalNum": 0
},
"message": "string"
}