修改退出游戏接口

This commit is contained in:
zpc 2024-11-28 16:43:43 +08:00
parent 20cc01d934
commit 9a07685124

View File

@ -310,6 +310,7 @@ public class PlayGameBLL : CloudGamingBase
}; };
var obj = await JYApi.StopGame(playGameQueue); var obj = await JYApi.StopGame(playGameQueue);
gameInfoCache.ExitPlayGame(obj); gameInfoCache.ExitPlayGame(obj);
await gameInfoCache.SaveChangesAsync();
} }
return new BaseResponse<bool>(ResponseCode.Success, "", true); return new BaseResponse<bool>(ResponseCode.Success, "", true);
} }