聊天常用语
GET
/api/system/chat_config/get_list/
请求参数
Header 参数
User-Id
string
必需
示例值:
11
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/system/chat_config/get_list/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
page
integer
必需
limit
integer
必需
total
integer
必需
data
array [object {7}]
必需
id
integer
可选
modifier_name
null
可选
create_datetime
null
可选
update_datetime
null
可选
title
string
标题
description
string
描述
file_url
string
图片地址
msg
string
必需
示例
{
"code": 0,
"page": 0,
"limit": 0,
"total": 0,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": null,
"update_datetime": null,
"title": "string",
"description": "string",
"file_url": "string"
}
],
"msg": "string"
}
修改于 2024-12-18 11:45:08