diff --git a/rpc/user_center_func.go b/rpc/user_center_func.go index 98e6ea22d271c995d1645478a85f4109bf726119..c34df4d0d3f08faf336c88e8ca264710123d87c4 100644 --- a/rpc/user_center_func.go +++ b/rpc/user_center_func.go @@ -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" } 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{ GameId: gameId,