身份服务控制台
{{ saveState }}
保存配置
Business 数{{ totals.businesses }}
用户数{{ totals.users }}
Discovery Endpoint{{ discoveryEndpoint }}
加密访问{{ status.https_enabled ? '已启用' : '未启用' }}
OpenAI 接入信息
{{ endpointName(name) }}
{{ url }}
系统设置
Admin API Key
用于通过 Header 调用管理 API;保存配置后生效。
Authorization: Bearer {{ state.system.admin_api_key || 'YOUR_ADMIN_API_KEY' }}
X-Admin-API-Key: {{ state.system.admin_api_key || 'YOUR_ADMIN_API_KEY' }}
请求
{{ row.request.contentType }}
无请求体
Schema
{{ formatJSON(row.request.schema) }}
Example
{{ formatJSON(row.request.example) }}
No request body
响应 {{ row.response.status }}
{{ row.response.contentType || row.response.description }}
Schema
{{ formatJSON(row.response.schema) }}
Example
{{ formatJSON(row.response.example) }}
Business 接入
Business 声明
填写 JSON 对象。值可以是字符串、数字、布尔值、数组或对象;保留字段会被服务端忽略。