Commit c3485e0a authored by hujiebin's avatar hujiebin

Update user_center_func.go

parent 0df81171
...@@ -106,7 +106,7 @@ func SendGlobalGameBanner(winUserId uint64, diamond uint64, avatar string, gameI ...@@ -106,7 +106,7 @@ func SendGlobalGameBanner(winUserId uint64, diamond uint64, avatar string, gameI
bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_fruit.png" bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_fruit.png"
} }
if gameId == uint64(8) { if gameId == uint64(8) {
bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_fruit.png" // todo! bannerUrl = "https://image.whoisamy.shop/hilo/resource/game/game_banner_candy.png"
} }
msg := &userProxy.GlobalGameBanner{ msg := &userProxy.GlobalGameBanner{
GameId: gameId, GameId: gameId,
......
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