GET /admin/wallets/reconciliation
获取指定租户的对账数据
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
date |
query |
string |
No |
|
|
|
对账日期 |
Referenced Schemas
dto.ReconciliationDetail
| Field | Type | Required | Example | Constraints | Description |
date |
string |
No |
2026-04-14 |
|
对账日期 |
records |
array of
See dto.ReconciliationRecord |
No |
|
|
各钱包对账记录 |
tenant_id |
string |
No |
tnt_xyz789 |
|
租户ID |
wallet_count |
integer |
No |
100 |
|
钱包数量 |
dto.ReconciliationDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.ReconciliationDetail |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ReconciliationRecord
单个钱包的对账记录
| Field | Type | Required | Example | Constraints | Description |
closing_balance |
string |
No |
1200.00 |
|
期末余额 |
opening_balance |
string |
No |
1000.00 |
|
期初余额 |
total_deposit |
string |
No |
500.00 |
|
累计充值 |
total_refund |
string |
No |
0.00 |
|
累计退款 |
total_transfer_in |
string |
No |
100.00 |
|
累计转入 |
total_transfer_out |
string |
No |
50.00 |
|
累计转出 |
total_withdraw |
string |
No |
200.00 |
|
累计提现 |
transaction_count |
integer |
No |
10 |
|
交易笔数 |
user_id |
string |
No |
usr_abc123 |
|
用户ID |
wallet_id |
string |
No |
wlt_abc123 |
|
钱包ID |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|