Showing
1 changed file
with
12 additions
and
10 deletions
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | ------------------------- | 12 | ------------------------- |
13 | |属性名称|类型|例子|说明| | 13 | |属性名称|类型|例子|说明| |
14 | |--------|----|----|----| | 14 | |--------|----|----|----| |
15 | -|condNum|int|1|查询方式,如1表示回复内容| | 15 | +|condNum|int|1|查询方式,如1表示回复内容,2表示用户名| |
16 | |condContent|String|V2hhdCBmdWNrIG|查询内容| | 16 | |condContent|String|V2hhdCBmdWNrIG|查询内容| |
17 | |status|int|1|审核状态,0待审核,1审核通过,-1表示屏蔽| | 17 | |status|int|1|审核状态,0待审核,1审核通过,-1表示屏蔽| |
18 | |page|int|2|页码| | 18 | |page|int|2|页码| |
@@ -28,15 +28,17 @@ | @@ -28,15 +28,17 @@ | ||
28 | "data": { | 28 | "data": { |
29 | "list": [ | 29 | "list": [ |
30 | { | 30 | { |
31 | - "id": "8168248", //评论id | ||
32 | - "articleId": "DREAMER",//资讯id | ||
33 | - "content": "" //评论内容 | ||
34 | - "articleTitle": "" //资讯标题 | ||
35 | - "editorName": "" //作者姓名 | ||
36 | - "status": "" //状态 | ||
37 | - "operationTime": "" //操作时间 | ||
38 | - "createTime": "" //创建时间 | ||
39 | - "auditStatus": "" //审核状态 | 31 | + "id": "2149", //评论id |
32 | + "articleId": "4021", //资讯id | ||
33 | + "uid": "8544813", //用户id | ||
34 | + "username": "AJ实力供货", //用户名 | ||
35 | + "content": "喜欢" //评论内容 | ||
36 | + "articleTitle": "联名之作,跑行之旅" //资讯标题 | ||
37 | + "editorName": "38****170@qq.co" //编辑名 | ||
38 | + "status": "1" //状态 | ||
39 | + "operationTime": "1436506078"//操作时间 | ||
40 | + "createTime": "1436079798" //创建时间 | ||
41 | + "auditStatus": "1" //审核状态 | ||
40 | } | 42 | } |
41 | ] | 43 | ] |
42 | } | 44 | } |
-
Please register or login to post a comment