获取一对一聊天记录
GET
http://localhost:8000/chat/im/imRecord?from=1&to=3
请求参数
参数名
类型
描述
必填
from
int
示例:1
必填
to
int
示例:3
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填