去除exists接口

This commit is contained in:
tianfeng 2026-03-11 16:03:43 +08:00
parent ff9aaa16e2
commit 227ed9c410

View File

@ -77,8 +77,8 @@ public class GameLudoAppRestController {
* @eo.method get
* @eo.request-type formdata
*/
@Deprecated
@GetMapping("/exists")
// @Deprecated
// @GetMapping("/exists")
public Boolean roomExistsGame(@Validated AppRoomIdCmd cmd) {
return gameLudoService.roomExistsGame(cmd);
}