初始提交:飞球 ETL 系统全量代码

This commit is contained in:
Neo
2026-02-13 08:05:34 +08:00
commit 3c51f5485d
441 changed files with 117631 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# 角色区域关联QueryRoleAreaAssociation
> 自动生成于 2026-02-13 | 数据来源:实时 API
## 基本信息
| 属性 | 值 |
|------|-----|
| 接口路径 | `User/QueryRoleAreaAssociation` |
| 完整 URL | `https://pc.ficoo.vip/apiprod/admin/v1/User/QueryRoleAreaAssociation` |
| 请求方法 | `POST` |
| Content-Type | `application/json` |
| 鉴权方式 | Bearer Token`Authorization` 头) |
| ODS 对应表 | `无(新 API尚未建表` |
| 分页方式 | 无分页 |
| 时间范围 | 不需要 |
## 请求参数
| 参数名 | 类型 | 示例值 | 说明 |
|--------|------|--------|------|
| `roleId` | int | `12` | 角色 ID |
## 响应字段(共 1 个)
| # | 字段名 | 类型 | 示例值 |
|---|--------|------|--------|
| 1 | `roleAreaRelations` | array | [{'id': 2790684101675845, 'pid': 0, 'name': '广东', 'deptCo... |