curl --location --request GET '/api/teamhead/refund?id&refund_status' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 3,
"sn": "202212021453199440",
"refund_amount": "5.00",
"refund_status": 1,
"create_time": "2022-12-02 14:53:19",
"order_goods_id": 1,
"earnings": "1.00",
"order_goods": [
{
"id": 1,
"goods_name": "大白菜",
"goods_num": 1,
"goods_price": "10.00",
"total_price": "10.00",
"total_pay_price": "10.00",
"goods_image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"goods_code": "dbc-123456"
}
],
"refund_status_desc": "退款成功"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}