update
This commit is contained in:
@@ -39,6 +39,11 @@ public class LiveDanmuController {
|
||||
@ResponseBody
|
||||
@RequestMapping("/live/danmu/file/list")
|
||||
public JSONObject getDanmuList(String roomId) {
|
||||
return ResultData.success(service.getDanmuFileList(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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user