- 后台接口
- 前台接口
- 【新】后台接口
- AI设置
- AI知识库
- 模型计费(旧)
- 模型管理
- 对话管理
- 创作管理
- 充值套餐
- 注册奖励
- 用户管理
- 用户分组
- 财务中心
- 其它接口
- 系统设置
- AI音乐
- AI搜索
- AIPPT
- 会员套餐
- 思维导图
- AI视频
- 分享设置
- 空间设置
- 任务分享记录
- AI绘画
- 广场分类
- 【新】前台接口
敏感词列表
开发中
GET
/adminapi/setting.sensitiveWord/lists
请求参数
Header 参数
token
string
可选
示例值:
{{admin-token}}
示例代码
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.sensitiveWord/lists' \
--header 'token: {{admin-token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
chat_logo
string
必需
chat_default
string
必需
chat_example
string
必需
global_directives
string
必需
price_unit
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"chat_logo": "",
"chat_default": "http://www.php-kl.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_example": "http://www.php-kl.localhost/resource/image/adminapi/default/chat_example.png",
"global_directives": "",
"price_unit": ""
}
}
修改于 2023-12-27 10:03:38