企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 新增API #### 请求地址 admin/Api/edit 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | pid| true | string | null | 平台ID| | methodName| true | string | null | 方法名 | | url| true | string | null | 接口域名 | | method| true | string | null | 接口方法 | | isSetCardCat| false | string | null | 是否设置卡种(0:否 1:是) | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "操作成功", "data": \[\] } ~~~