{
"code": 200,
"message": "OK",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"bill_at": "2025-09-18",
"code": "20250918",
"sort": "01",
"balance_before": "14990.69",
"charge_price": "0.00",
"refund_price": "0.00",
"balance_after": "11058.05",
"bill_price": "-3932.64",
"status": 1,
"created_at": "2025-09-18 23:01:12"
},
{
"id": 2,
"bill_at": "2025-09-11",
"code": "20250911",
"sort": "01",
"balance_before": "13199.24",
"charge_price": "5000.00",
"refund_price": "0.00",
"balance_after": "14990.69",
"bill_price": "-3208.55",
"status": 1,
"created_at": "2025-09-11 23:02:09"
}
],
"last_page": 5,
"per_page": "2",
"total": 10
}
}