From c3485e0a58569310fe996c7a474d4ad1b32fb6ef Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 19 May 2023 16:10:28 +0800 Subject: [PATCH] Update user_center_func.go --- rpc/user_center_func.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/user_center_func.go b/rpc/user_center_func.go index 98e6ea2..c34df4d 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, -- 2.22.0