From 8b01173f7fb4e9dc1a559912dc4d9c1546f8e5db Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 27 Jun 2023 15:34:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8A=A0=E4=B8=AA=E7=B2=89?= =?UTF-8?q?=E9=92=BB=E5=A5=96=E5=8A=B1?= 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 a2f6719..6739c6f 100644 --- a/_const/enum/msg_e/enum.go +++ b/_const/enum/msg_e/enum.go @@ -117,6 +117,7 @@ const ( ActSlotStageAwardNotice = 55 // slot阶梯活动 NewUserRegisterPush1_1 = 56 // 首次充值免费获得永久充值勋章!累积充值$50可申请特殊ID:ABBABB! CpAnniversaryNotice = 57 // cp纪念日提醒 + GemAward = 58 // 粉钻奖励 ) type MsgSysUserType = mysql.Type -- 2.22.0