文档
测试

收到的评论和回复

POST
https://yuer.guojimami.com/apimessage/receiveReply

接口描述

具体返回请看参考示例

请求参数

参数名
类型
描述
必填
user_id
int
示例:10
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
page_count
int
示例:1
必填
code
string
示例:200
必填
status
string
示例:ok
必填
msg
string
示例:获取成功
必填
reply_list
array
数据列表
必填
content_id
string
示例:23 知识或帖子id
必填
uid
string
示例:11 发评论者或或回复者的id
必填
content
string
示例:回复 评论或回复内容
必填
comment_type
string
示例:2 1:帖子评论 2:帖子或知识评论的回复
必填
add_time
string
示例:7月28日 09:41
必填
comment_id
string
示例:120 评论id
必填
c_type
string
示例:1 1:知识 2:帖子
必填
content_is_delete
int
示例:1 帖子或知识 是否删除
必填
content_delete_tip
string
示例:该帖子/知识已经被删除 删除提示
必填
img
string
示例: 图片 这里只取一张图片 有视频优先显示图片
必填
video
string
示例: 视频
必填
comment_content
string
示例:评论帖子 评论的内容 这个只在评论
必填
comment_is_delete
int
示例:0 评论是否被删除
必填
comment_delete_tip
string
示例: 评论删除提示
必填
user_status
string
示例:1月27天
必填
user_name
string
示例:150****1501
必填
photo
string
示例:
必填
my_name
string
呵呵呵 这个参数用于评论内容前面的名称 就是自己的名称
必填
page_count
int
示例:1
必填
empty
obj
null 空状态
必填

说明 / 示例

{ "code": "200", "status": "ok", "msg": "获取成功", "reply_list": [ { "content_id": "23", "uid": "11", "content": "回复", "comment_type": "2", "add_time": "7月28日 09:41", "comment_id": "120", "c_type": "1", "content_is_delete": 1, "content_delete_tip": "该帖子/知识已经被删除", "img": "", "video": "", "comment_content": "评论帖子", "comment_is_delete": 0, "comment_delete_tip": "", "user_status": "1月27天", "user_name": "150****1501", "photo": "" }, { "content_id": "23", "uid": "11", "content": "评论帖子", "comment_type": "1", "add_time": "7月28日 09:25", "comment_id": "125", "c_type": "2", "img": "http://image.guojimami.com/sq_community/159549832734960.png", "content_is_delete": 0, "content_delete_tip": "", "comment_content": "", "comment_is_delete": 0, "comment_delete_tip": "", "user_status": "1月27天", "user_name": "150****1501", "photo": "" }, { "content_id": "23", "uid": "11", "content": "评论帖子", "comment_type": "1", "add_time": "7月27日 10:55", "comment_id": "119", "c_type": "2", "img": "http://image.guojimami.com/sq_community/159549832734960.png", "content_is_delete": 0, "content_delete_tip": "", "comment_content": "", "comment_is_delete": 0, "comment_delete_tip": "", "user_status": "1月27天", "user_name": "150****1501", "photo": "" }, { "content_id": "85", "uid": "11", "content": "带孩子你在哪住在哪呢那咋办在不在在不在不你说是不是不在zbznsn看手机支架", "comment_type": "2", "add_time": "7月9日 17:53", "comment_id": "54", "c_type": "1", "img": "knowledge_img/159039885452456.png", "content_is_delete": 0, "content_delete_tip": "", "comment_content": "[/M001]", "comment_is_delete": 0, "comment_delete_tip": "", "user_status": "1月27天", "user_name": "150****1501", "photo": "" }, { "content_id": "85", "uid": "11", "content": "低调低调", "comment_type": "2", "add_time": "7月9日 14:39", "comment_id": "54", "c_type": "1", "img": "knowledge_img/159039885452456.png", "content_is_delete": 0, "content_delete_tip": "", "comment_content": "[/M001]", "comment_is_delete": 0, "comment_delete_tip": "", "user_status": "1月27天", "user_name": "150****1501", "photo": "" } ], "page_count": 1 }