add 视频页面
update 用户管理
This commit is contained in:
@@ -25,7 +25,7 @@ public class LiveDanmuController {
|
||||
@ResponseBody
|
||||
@RequestMapping("/live/danmu/stop")
|
||||
public JSONObject stopLiveDanmu(String roomId) {
|
||||
service.stop(roomId,true);
|
||||
service.stop(roomId, true);
|
||||
return ResultData.success(ReturnCode.RC100);
|
||||
}
|
||||
|
||||
@@ -41,9 +41,10 @@ public class LiveDanmuController {
|
||||
public JSONObject getDanmuList(String roomId) {
|
||||
return ResultData.success(ReturnCode.RC100);
|
||||
}
|
||||
|
||||
@ResponseBody
|
||||
@RequestMapping("/live/danmu/get")
|
||||
public JSONObject getDanmu(String roomId,String videoId,String startTimer,long step) {
|
||||
return ResultData.success(ReturnCode.RC100);
|
||||
public JSONObject getDanmu(String roomId, String videoId) {
|
||||
return ResultData.success(service.getDanmu(roomId, videoId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user