From ff9aaa16e20bd5cb14fddcd60cf0181ffbe94227 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 11 Mar 2026 15:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=BB=93=E6=9D=9F=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=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 | 2 +- .../app/command/game/ludo/GameLudoLatestDisbandCmdExe.java | 2 -- 2 files changed, 1 insertion(+), 3 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 925a283d..da80e9d0 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 @@ -143,7 +143,7 @@ public class GameLudoAppRestController { * @eo.method post * @eo.request-type json */ - @PostMapping("/end") +// @PostMapping("/end") public void end(@RequestBody @Validated GameLudoEndCmd cmd) { gameLudoService.end(cmd); } diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/ludo/GameLudoLatestDisbandCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/ludo/GameLudoLatestDisbandCmdExe.java index 7599cf8c..34704ff8 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/ludo/GameLudoLatestDisbandCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/ludo/GameLudoLatestDisbandCmdExe.java @@ -47,8 +47,6 @@ public class GameLudoLatestDisbandCmdExe { gameLudoRun.setGameStatus(GameStatus.END); gameLudoRun.setGameStatusEvent(GameStatusEvent.TIMEOUT_DISBAND); gameLudoCommon.historyProcessing(gameLudoRun); - //退款 - refund(gameLudoRun); } finally { redisService.unlock(lockKey); }