|
@@ -61,7 +61,7 @@ public class ImLiveRoomReservationController extends BaseController {
|
|
|
@ApiImplicitParam(name = "page", dataType = "Integer", value = "页数"),
|
|
|
@ApiImplicitParam(name = "rows", dataType = "Integer", value = "每页数量"),
|
|
|
})
|
|
|
- @ApiOperation("分页查询直播间列表")
|
|
|
+ @ApiOperation("学生端-分页查询直播间")
|
|
|
@PostMapping("/queryPageStudent")
|
|
|
public HttpResponseResult<PageInfo<ImLiveBroadcastRoomVo>> queryPageStudent(@RequestBody Map<String, Object> param) {
|
|
|
return succeed(imLiveRoomReservationService.queryPageStudent(param));
|