企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 配置详情 #### 请求地址 admin/Config/detail 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | id| true | string | null | 主键ID | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "操作成功", "data": { "id": 33, "field": "ccc", "FieldDescription": "cccccc", "value": "3"     } } ~~~