|
|
|
### 用户评论
|
|
|
|
|
|
|
|
#### 调用地址
|
|
|
|
```
|
|
|
|
/
|
|
|
|
```
|
|
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
status: 0,
|
|
|
|
message: "请求成功",
|
|
|
|
data: [
|
|
|
|
{
|
|
|
|
user_name: "a2zhangyong@sina.com",
|
|
|
|
comment_time: "2015-07-16 15:50:37",
|
|
|
|
comment_content: "fygg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
user_name: "a3zhangyong@sina.com",
|
|
|
|
comment_time: "2015-07-21 10:07:16",
|
|
|
|
comment_content: "阿斯顿撒"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
user_name: "a1zhangyong@sina.com",
|
|
|
|
comment_time: "2015-07-21 11:44:12",
|
|
|
|
comment_content: "阿斯顿发生地方阿斯蒂芬大事发生地方"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
user_name: "a3zhangyong@sina.com",
|
|
|
|
comment_time: "2015-07-21 15:10:52",
|
|
|
|
comment_content: "asdas"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|返回值|说明|
|
|
|
|
|:---|:---|
|
|
|
|
| user_name |用户名|
|
|
|
|
| comment_time |评论时间|
|
|
|
|
| comment_content |评论内容|
|
|
|
|
|
|
|
|
#### 示例
|
|
|
|
[http://shuidi.dev.pingansec.com/?action=comment&digest=57cf8faa95a6107725c5177d6ee7ef8d](http://shuidi.dev.pingansec.com/?action=comment&digest=57cf8faa95a6107725c5177d6ee7ef8d) |