修改退出游戏接口
This commit is contained in:
parent
20cc01d934
commit
9a07685124
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user