curl --location --request GET '/api/after_sale/lists' \
--header 'token: {{token}}'{
"code": 1,
"msg": "",
"data": {
"list": [
{
"order_id": 3,
"order_goods": [
{
"goods_id": 9,
"item_id": 33,
"goods_name": "快乐辣条",
"goods_num": 1,
"goods_price": "42.00",
"image": "http://likeshop.yixiangonline.com/uploads/images/20200710/d0627f95f0eb13fa27b92990aa6704f0.jpg"
}
],
"after_sale": {
"after_sale_id": 114,
"status": 5,
"refund_type": 0,
"status_text": "等待退款",
"type_text": "仅退款",
"desc": "等待退款",
"able_apply": 1
}
}
],
"page": 1,
"size": 15,
"count": 1,
"more": 0
},
"show": 0,
"time": "0.347445"
}