消息列表查询
POST
/api/base/chat/selectInfoList
接口描述
消息列表查询
请求头
参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填
请求参数
参数名
类型
描述
必填
owner_id
string
自己id
必填
owner_type
string
自己类型.employee:雇员;store:门店
必填
请求示例
响应参数
参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
owner_id
string
自己id
可选
owner_type
string
自己类型
可选
party_id
string
对方id
必填
party_type
string
对方类型
必填
new_count
string
最新消息数量
必填
id
string
消息id
必填
c_date
string
发送时间
必填
is_owner
string
是否自己发送。1:是;0:否
必填
info_type
string
消息类型。0:文本;1:图片;2:json数据
必填
content
string
消息内容
必填
receive_id
string
接收者id
必填
receive_type
string
接收者类型
必填
send_id
string
发送者id
必填
send_type
string
发送者类型
必填
delete_id
string
删除id
可选
last_id
string
最后一次阅读id
可选