|
@@ -38,8 +38,4 @@ public interface KLXFeignService {
|
|
|
@PostMapping("/open/live/updateRoomStatus")
|
|
@PostMapping("/open/live/updateRoomStatus")
|
|
|
public HttpResponseResult<Boolean> updateRoomStatus(@RequestBody LiveRoomStatus status );
|
|
public HttpResponseResult<Boolean> updateRoomStatus(@RequestBody LiveRoomStatus status );
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-// @ApiOperation("设置是否允许连麦")
|
|
|
|
|
- @GetMapping("/open/live/whetherMic")
|
|
|
|
|
- public HttpResponseResult<Object> whetherMic(@RequestParam("roomUid") String roomUid,@RequestParam("whetherMic") Integer whetherMic);
|
|
|
|
|
}
|
|
}
|