聊天详情
POST
{{url}}/api/demo/msg_detail
请求头
参数名
类型
描述
必填
token
string
示例:
必填
请求参数
参数名
类型
描述
必填
user_id
int 发送人id
示例:1
必填
to_user_id
int 接收人id
示例:3
必填
is_wg
int 1用户留言 2物管回复
示例:1
必填
page
1
必填
page_size
8
必填
响应参数
参数名
类型
描述
必填
t_head
string 接收人头像
示例:/head.png
必填
u_head
string 发送人头像
示例:/head.png
必填
id
int
示例:1
必填
user_id
int
示例:1
必填
to_user_id
int
示例:3
必填
content
string 内容
示例:你好啊
必填
add_time
string
示例:2024-01-08 10:45
必填
type
int
示例:1
必填
status
int
示例:0
必填
is_wg
int
示例:1
必填
add_time_int
int
示例:1704681951
必填
count
int
示例:2
必填
code
int
示例:1
必填