|
@@ -145,11 +145,9 @@ public class ImLiveBroadcastRoomController extends BaseController {
|
|
|
return succeed();
|
|
|
}
|
|
|
|
|
|
-
|
|
|
@GetMapping("/test")
|
|
|
- public HttpResponseResult test() {
|
|
|
- imLiveBroadcastRoomService.test();
|
|
|
- return succeed();
|
|
|
+ public HttpResponseResult test(String roomUid, Integer userId) {
|
|
|
+ return succeed(imLiveBroadcastRoomService.test(roomUid, userId));
|
|
|
}
|
|
|
|
|
|
@GetMapping("/shareGroup")
|