GET /bff/gateway/admin/feature-flags
返回所有微服务的功能开关状态矩阵,包括启用/禁用汇总统计
网关 - 运维 `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | 功能开关矩阵 | dto.FeatureFlagsResult |
| 400 | 请求参数无效 | object |
| 401 | 未认证 | object |
| 403 | 权限不足 | object |
| 500 | 服务器内部错误 | object |
Referenced Schemas
dto.FeatureFlagInfo
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
|
|
|
description |
string |
No |
|
|
|
key |
string |
No |
|
|
|
value |
string |
No |
|
|
|
dto.FeatureFlagsResult
dto.FeatureFlagsSummary
| Field | Type | Required | Example | Constraints | Description |
enabled_flags |
integer |
No |
|
|
|
total_flags |
integer |
No |
|
|
|
dto.ServiceFeatureFlagsResult
| Field | Type | Required | Example | Constraints | Description |
display_name |
string |
No |
|
|
|
flags |
array of
See dto.FeatureFlagInfo |
No |
|
|
|
port |
integer |
No |
|
|
|
service |
string |
No |
|
|
|