curl --location --request GET '/api/after_sale/lists'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"list": [
{
"id": 1010,
"confirm_take_time": null,
"order_status": 2,
"create_time": 1622102520,
"orderGoods": [
{
"id": 970,
"order_id": 1010,
"goods_id": 75,
"item_id": 52,
"goods_name": "20210519多规格商品",
"goods_price": "90.00",
"spec_value": "红色,S码",
"image": "http://likeshopb2b2c.yixiangonline.com/uploads/images/20210512101851a793a0776.jpg",
"goods_num": 1,
"is_comment": 0,
"refund_status": 0,
"commission_ratio": null,
"total_pay_price": "90.00"
}
]
}
],
"page": 1,
"size": 15,
"count": 1,
"more": 0
}
}