... | ... | @@ -8,7 +8,7 @@ |
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'comment', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
|
|
|
{'action': 'comment', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d','page':'1'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
... | ... | @@ -20,7 +20,8 @@ |
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
data: {
|
|
|
list: [
|
|
|
{
|
|
|
user_name: "a2zhangyong@sina.com",
|
|
|
comment_time: "2015-07-16 15:50:37",
|
... | ... | @@ -41,7 +42,11 @@ user_name: "a3zhangyong@sina.com", |
|
|
comment_time: "2015-07-21 15:10:52",
|
|
|
comment_content: "asdas"
|
|
|
}
|
|
|
]
|
|
|
],
|
|
|
total_num: 1,
|
|
|
next_page: 2,
|
|
|
next_page_status: "1"
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
... | ... | |