GET /admin/wallets/tenants/{tenant_id}/apps/{app_id}/summary
获取指定租户下指定应用的钱包余额汇总
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
租户ID |
app_id |
path |
string |
Yes |
|
|
|
应用ID |
Referenced Schemas
dto.TenantBalanceSummaryResponse
| Field | Type | Required | Example | Constraints | Description |
active_wallet_count |
integer |
No |
38 |
|
|
total_balance |
string |
No |
50000.00 |
|
|
total_frozen_balance |
string |
No |
5000.00 |
|
|
wallet_count |
integer |
No |
42 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|