返回
获取目击者发布视频内容
请求方式: HTTP POST
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| sid |
String |
true |
用户Id |
| status |
String |
true |
视频审核状态 |
| pageNo |
String |
true |
当前页 |
| pageSize |
String |
true |
当前显示数据 |
返回格式: JSON
返回格式样例:
{
"data": {
"current": 2,
"first": false,
"hasNext": false,
"hasPrev": true,
"last": true,
"pageNo": 2,
"pageSize": 2,
"total": 4,
"totalPage": 2,
"wintessCommonInfo": {
"image": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"mobile": "15010140838",
"nickName": "哈哈哈",
"userId": "10513196"
},
"wintnessVideoPageVo": [
{
"address": "",
"appId": "802_jhbqccxw08",
"callback_status": 5,
"create_time": 1538987000000,
"duration": "2",
"id": "7845a77992b443d88057d16a128dc2a8",
"review_status": 0,
"status": 0,
"storage_type": 2,
"type": 2,
"userId": "10513196",
"videoId": "123456",
"videoImg": "",
"videoUrl": "http://wjjtest.vods2.cnlive.com/clip/802/wjj/video/10513196/2018/08/31/153569864141894801583/ff80808164a7163a01658ec5ada81455_1200.mp4"
},
{
"address": "北京市",
"appId": "802_jhbqccxw08",
"create_time": 1537262226000,
"id": "43ae48184097440fa632d314019f7cbb",
"review_status": 0,
"status": 0,
"type": 0,
"userId": "10513196"
}
]
},
"errorCode": "0",
"errorMessage": "成功"
}