add 新增了批量订阅 add
This commit is contained in:
@@ -25,4 +25,10 @@ public class LiveController {
|
||||
public JSONObject getLiveList(int page,int limit) {
|
||||
return ResultData.success(liveService.getLiveList(page,limit), liveService.getConfigCount());
|
||||
}
|
||||
|
||||
@RequestMapping("/live/gift/info")
|
||||
@ResponseBody
|
||||
public JSONObject download(String roomId, String videoId) {
|
||||
return ResultData.success(liveService.getGiftInfo(roomId,videoId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user