From 463668ffe218840d71f574807eee10df82a682f6 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 13 Jun 2023 17:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _const/common/const_def.go | 1 + 1 file changed, 1 insertion(+) diff --git a/_const/common/const_def.go b/_const/common/const_def.go index 7d35b49..b07ccb9 100644 --- a/_const/common/const_def.go +++ b/_const/common/const_def.go @@ -128,6 +128,7 @@ const ( MSG_ID_SEND_CP_GIFT MsgIdType = 249 // 发放cp礼物 MSG_ID_REJECTED_CP_INVITE MsgIdType = 250 // %s已拒绝CP邀请 MSG_ID_UNBIND_CP_SUCCEED MsgIdType = 251 // 解绑cp成功 + MSG_ID_ALREADY_EXPIRED MsgIdType = 258 // 已经过期 ADD_GROUP_FAILED AddGroupResultType = 0 ADD_GROUP_DONE AddGroupResultType = 1 -- 2.22.0