Files
ZQYY.FQ-ETL/docs/api-reference/endpoints/tenant_member_balance_overview.md

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 会员余额总览TenantMemberBalanceOverview
> 自动生成于 2026-02-13 | 数据来源:实时 API
## 基本信息
| 属性 | 值 |
|------|-----|
| 接口路径 | `MemberProfile/TenantMemberBalanceOverview` |
| 完整 URL | `https://pc.ficoo.vip/apiprod/admin/v1/MemberProfile/TenantMemberBalanceOverview` |
| 请求方法 | `POST` |
| Content-Type | `application/json` |
| 鉴权方式 | Bearer Token`Authorization` 头) |
| ODS 对应表 | `无(新 API尚未建表` |
| 分页方式 | 无分页 |
| 时间范围 | 不需要 |
## 请求参数
无(`body: null`
## 响应字段(共 9 个)
| # | 字段名 | 类型 | 示例值 |
|---|--------|------|--------|
| 1 | `totalPointBalance` | float | 0.0 |
| 2 | `totalCardBalance` | float | 356619.51 |
| 3 | `totalCardPrincipalBalance` | float | 346917.34 |
| 4 | `electronicCardBalance` | float | 356619.51 |
| 5 | `physicsCardBalance` | int | 0 |
| 6 | `rechargeCardBalance` | float | 90055.67 |
| 7 | `rechargeCardList` | array | [{'cardTypeName': '储值卡', 'balance': 86115.67, 'principalB... |
| 8 | `giveCardBalance` | float | 266563.84 |
| 9 | `giveCardList` | array | [{'cardTypeName': '消费卡', 'balance': 0, 'principalBalance'... |