文档
测试

获取群组聊天记录

GET
http://localhost:8000/chat/im/imGroupRecord?to=all&from=2&room_id=1&page=1

请求参数

参数名
类型
描述
必填
to
string
示例:all
必填
from
int
示例:2
必填
room_id
int
示例:1
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
list
array
数据列表
必填
page
int
示例:1
必填
limit
int
示例:20
必填
from
string
示例:2
必填
to
string
示例:all
必填
room_id
string
示例:1
必填
time
string
示例:2021-12-31 15:25:14
必填
message
string
示例:你好
必填
card_info
object
数据字典
必填
name
string
示例:姓名
必填
logo
string
示例:http***
必填
total
int
示例:1
必填