From b0084cfd1c66a9e61ba2a9527d3b1c0d4ea8d765 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 22 Aug 2023 15:36:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=BC=E5=AE=B9=E8=B5=9B=E8=BD=A6?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=A8=AA=E5=B9=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/user_center_func.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpc/user_center_func.go b/rpc/user_center_func.go index 1821beb..14e758a 100644 --- a/rpc/user_center_func.go +++ b/rpc/user_center_func.go @@ -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, -- 2.22.0