企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### 获取站点信息接口 > /oauth2/siteinfo > 查询某个站点信息 #### 请求参数 | querystring | is\_must | comment | type | | --- | --- | --- | --- | | access\_token | true | 访问的TOKEN | base64:string | | sitekey | true | 站点的KEY | int | | host | true | 查询的站点的名字 | int | | client | true | 客户端 | int | #### 返回结果 ~~~ { "errno": 0, 错误码0为正确 "data": { 站点信息 }, "msg":'',} ~~~