From 44dbe466de4749f8241ef5e51b7bebfd2cd8e20e Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 29 Aug 2023 15:38:18 +0800 Subject: [PATCH] =?UTF-8?q?RaceWeekMedal=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=3D=2065=20//=20=E8=B5=9B=E8=BD=A6=E5=91=A8=E6=A6=9C?= =?UTF-8?q?=E5=8B=8B=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _const/enum/msg_e/enum.go | 1 + 1 file changed, 1 insertion(+) diff --git a/_const/enum/msg_e/enum.go b/_const/enum/msg_e/enum.go index 72b62c6..1d1c693 100644 --- a/_const/enum/msg_e/enum.go +++ b/_const/enum/msg_e/enum.go @@ -120,6 +120,7 @@ const ( GemAward = 58 // 粉钻奖励 GemPlatformAward = 63 // Congratulations on your get gold reward! Please play in the game!> GemPlatformAward2 = 64 // To celebrate the launch of the new version 4.0.0 of Hilo, we will reward Hilo users with gold coins for free, as shown in the form. Thanks for everyone's support and love, Hilo will continue to provide you with better services and fun! + RaceWeekMedal = 65 // 赛车周榜勋章 ) type MsgSysUserType = mysql.Type -- 2.22.0