返回
获取目击者发布内容
请求方式: HTTP POST
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| sid |
String |
true |
用户Id |
| reviewStatus |
String |
false |
视频审核状态 0-审核中,1-审核成功,2审核失败 |
| pageNo |
int |
true |
当前页 |
| pageSize |
int |
true |
当前页显示条数 |
| type |
String |
false |
h5页面传 h5 |
返回格式: JSON
返回格式样例:
{
"data": {
"current": 10,
"first": true,
"hasNext": true,
"hasPrev": false,
"last": false,
"pageNo": 1,
"pageSize": 10,
"total": 79,
"totalPage": 8,
"witnessVideoPageVo": [
{
"address": "",
"appId": "802_jhbqccxw08",
"create_time": "2018-10-17 10:45:09",
"description": "",
"duration": "00:00",
"review_status": 0,
"shareUrl": "http://wjjh5test.cnlive.com/cnwitness_detail.html?contentId=c73f220039e243b9a50ea2436056568f&channelName=wdmjz&isApp=true&pid=c73f220039e243b9a50ea2436056568f&title=&model=witness",//h5播放地址
"subTile": "",
"tagId": "1",
"tagName": "爆料",
"text": "",
"thumbnailsFirstPic": "",//缩略图
"userId": "10513196",
"videoId": "123456",
"videoImg": "",
"videoUrl": "http://wjjtest.vods2.cnlive.com/clip/802/wjj/video/10513196/2018/08/31/153569864141894801583/ff80808164a7163a01658ec5ada81455_1200.mp4",
"witContentId": "f8facbf4151b49a586089ac66b1ab259",
"witnessVideoPlays": 0,
"auditFailureReason": "审核失败的原因",
"identity": 0//目击者视频采用标识(0:已采用 1:未采用)
},
{
"address": "",
"appId": "802_jhbqccxw08",
"create_time": "2018-10-17 10:31:51",
"description": "",
"duration": "00:00",
"review_status": 0,
"shareUrl": "http://wjjh5test.cnlive.com/cnwitness_detail.html?contentId=c73f220039e243b9a50ea2436056568f&channelName=wdmjz&isApp=true&pid=c73f220039e243b9a50ea2436056568f&title=&model=witness",//h5播放地址
"subTile": "",
"tagId": "1",
"tagName": "爆料",
"text": "",
"thumbnailsFirstPic": "",
"userId": "10513196",
"videoId": "123456",
"videoImg": "",
"videoUrl": "http://wjjtest.vods2.cnlive.com/clip/802/wjj/video/10513196/2018/08/31/153569864141894801583/ff80808164a7163a01658ec5ada81455_1200.mp4",
"witContentId": "6970cafd976b4123913c0f9e2d515c6b",
"witnessVideoPlays": 0,
"auditFailureReason": "审核失败的原因",
"identity": 0//目击者视频采用标识(0:已采用 1:未采用) }
]
},
"errorCode": "0",
"errorMessage": "成功"
}