From 227ed9c410bf5cbc9cfd3c51b4ec1805e072b9a4 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 11 Mar 2026 16:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4exists=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/adapter/app/game/GameLudoAppRestController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/game/GameLudoAppRestController.java b/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/game/GameLudoAppRestController.java index da80e9d0..03ccd7f7 100644 --- a/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/game/GameLudoAppRestController.java +++ b/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/game/GameLudoAppRestController.java @@ -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); }