Commit b0084cfd authored by hujiebin's avatar hujiebin

feat:兼容赛车游戏横幅

parent a6cd7830
......@@ -141,6 +141,9 @@ func SendGlobalGameBanner(winUserId uint64, diamond uint64, avatar string, gameI
if gameId == uint64(8) {
bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_candy.png"
}
if gameId == uint64(17) {
bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_race.png"
}
msg := &userProxy.GlobalGameBanner{
GameId: gameId,
GameType: gameType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment