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); }