企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### 获取模块信息接口 > /oauth2/model\_info 查询当前站点已购买的某个模块信息,如果当前站点未购买,则返回错误信息 #### 参数 | 参数名 | 是否必填 | 描述 | 数据类型 | | --- | --- | --- | --- | | access\_token | true | 访问的TOKEN | base64:string | | module | true | 模块名称 | string | #### 返回结果 ~~~ { "errno": 0, //错误码0为正确 "data": { 'id', 'name', 'title', 'version', 'app_support', 'wxapp_support', 'webapp_support', 'phoneapp_support', 'uid', }, "msg":'',} ~~~