curl --location --request GET '/refund/list?page=1&limit=15' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 200,
"msg": "success",
"data": {
"list": [
{
"id": 2,
"store_order_id": 10,
"uid": 2,
"order_id": "272753574860029952",
"refund_type": 6,
"refund_num": 1,
"refunded_price": "25.90",
"refund_phone": "",
"refund_express": "",
"refund_express_name": "",
"refund_explain": "1111",
"refund_img": [],
"refund_reason": "收货地址填错了",
"refuse_reason": "",
"remark": "culpa sint nulla reprehenderit amet",
"refunded_time": 1656315941,
"is_cancel": 0,
"is_del": 0,
"is_pink_cancel": 0,
"add_time": 1656315919,
"avatar": "http://www.crmebstd450.test/statics/system_images/default_avatar.jpeg",
"nickname": "demo",
"phone": "18354876351",
"pay_price": "25.90",
"items": [
{
"store_name": "欧育 儿童发夹发饰韩国女童发夹宝宝头饰发卡婴幼儿甜美小女孩可爱刘海bb夹25件装 B1461",
"suk": "卡通布艺",
"image": "https://data44.wuht.net/uploads/attach/2022/01/15/84133cb0a566849eae417ef7ac789afd.jpg",
"price": "25.90",
"cart_num": 1
}
]
}
],
"count": 1
}
}