分页获取记录
GET
/api/ChatRecord
ChatRecord
请求参数
Query 参数
startDateTime
string <date-time> | null
可选
endDateTime
string <date-time> | null
可选
chatType
Chat Type
One of
One of
pageNumber
integer <int32>
页码
默认值:
1
pageSize
integer <int32>
可选
默认值:
10
keyword
string | null
搜索关键词
order
enum<string>
排序
枚举值:
CreatedAt
desc
boolean
是否降序
示例代码
返回响应
修改于 2024-12-09 01:52:42