游戏类型修复
This commit is contained in:
parent
fab3d9e81f
commit
0c149b0db3
@ -211,7 +211,7 @@ public class HotGameServiceImpl implements HotGameService {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
String sysOrigin = UserCredential.parseToken(param.getToken()).getSysOrigin();
|
String sysOrigin = UserCredential.parseToken(param.getToken()).getSysOrigin();
|
||||||
GameListConfig gameListConfig = gameListConfigService.getByGameId(param.getGameId(), GameOriginEnum.BAISHUN.name(), sysOrigin);
|
GameListConfig gameListConfig = gameListConfigService.getByGameId(param.getGameId(), GameOriginEnum.HOTGAME.name(), sysOrigin);
|
||||||
sendBroadcast(param, gameListConfig);
|
sendBroadcast(param, gameListConfig);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("hotgame游戏飘窗推送失败 ex:{}", e.getMessage());
|
log.error("hotgame游戏飘窗推送失败 ex:{}", e.getMessage());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user