文档
测试

获取聊天记录

POST
http://localhost:8081/chat/getMessage

请求参数

参数名
类型
描述
必填
sendUserId
string
示例:7 发送人id
必填
receiverUserId
string
示例:123 接收人id(userId)
必填
type
聊天类型(1:聊天记录,2:客服记录)
必填

响应参数

参数名
类型
描述
必填
resultCode
number
示例:200
必填
resultMsg
string
示例:成功
必填
resultData
object
数据字典
必填
list
array
数据列表
必填
messageId
number
示例:141
必填
senderPhone
string
示例:123
必填
receiverPhone
string
示例:13860882001
必填
chatContent
string
聊天内容
必填
sendTime
string
示例:2019-12-09 16:18:28
必填