- 后台接口
- 前台接口
- 【新】后台接口
- AI设置
- AI知识库
- 模型计费(旧)
- 模型管理
- 对话管理
- 创作管理
- 充值套餐
- 注册奖励
- 用户管理
- 用户分组
- 财务中心
- 其它接口
- 系统设置
- AI音乐
- AI搜索
- AIPPT
- 会员套餐
- 思维导图
- AI视频
- 分享设置
- 空间设置
- 任务分享记录
- AI绘画
- 广场分类
- 【新】前台接口
获取思维导图配置
开发中
GET
adminapi/setting.mindmap/getConfig
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'adminapi/setting.mindmap/getConfig'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
chat_list
array [object {8}]
模型列表
channel
string
模型
model
string
子模型
balance
integer
消耗的电力值
is_example
integer
示例开关
example_content
string
示例demo
cue_word
string
指令
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"chat_list": [
{
"models_lists": [
{
"id": 0,
"model_id": 0,
"type": 0,
"channel": "string",
"name": "string",
"alias": "string",
"price": "string",
"sort": 0,
"status": 0,
"create_time": "string"
}
],
"id": 0,
"type": 0,
"channel": "string",
"logo": "string",
"name": "string",
"is_system": 0,
"is_enable": 0
}
],
"channel": "string",
"model": "string",
"balance": 0,
"is_example": 0,
"example_content": "string",
"cue_word": "string"
}
}