{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"user_id": 1,
"type": "consumption",
"direction": "expense",
"amount": 199,
"balance_after": 801,
"description": "预约“哈他瑜伽”课程扣费",
"related_type": "booking",
"related_id": 21,
"occurred_at": "2024-01-11T09:00:00Z"
},
{
"id": 2,
"user_id": 1,
"type": "recharge",
"direction": "income",
"amount": 500,
"balance_after": 1000,
"description": "账户充值",
"related_type": "order",
"related_id": 55,
"occurred_at": "2024-01-08T12:00:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 20,
"last_page": 2
}
}