去除结束游戏接口

This commit is contained in:
tianfeng 2026-03-11 15:54:48 +08:00
parent 732c3d180b
commit ff9aaa16e2
2 changed files with 1 additions and 3 deletions

View File

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

View File

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