Commit 6509feee authored by 郭武斌's avatar 郭武斌

*)修改视频视图查询

parent b84b047b
...@@ -94,7 +94,7 @@ public class MonitorViewController { ...@@ -94,7 +94,7 @@ public class MonitorViewController {
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(value = "分页查询视图下的视频列表") @ApiOperation(value = "分页查询视图下的视频列表")
@RequestMapping(value = "/video/page", method = RequestMethod.GET) @RequestMapping(value = "/video/page", method = RequestMethod.GET)
public ResponseModel<Page<VideoListVo>> queryVideoPage(@RequestParam(value = "viewId") Long viewId, public ResponseModel<Page<VideoListVo>> queryVideoPage(
@RequestParam(value = "nodeId") Long nodeId, @RequestParam(value = "nodeId") Long nodeId,
@RequestParam(value = "nodeType") String nodeType, @RequestParam(value = "nodeType") String nodeType,
@RequestParam(value = "current") int current, @RequestParam(value = "current") int current,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment