This commit is contained in:
Gordon
2022-02-10 17:13:19 +08:00
parent 6eb44cb9d8
commit c99cbec3df
3 changed files with 19 additions and 2 deletions
+2
View File
@@ -44,6 +44,7 @@ const (
GroupMsg = 201
//SysRelated
NotificationBegin = 1000
FriendApplicationApprovedNotification = 1201 //add_friend_response
FriendApplicationRejectedNotification = 1202 //add_friend_response
@@ -66,6 +67,7 @@ const (
MemberKickedNotification = 1508
MemberInvitedNotification = 1509
MemberEnterNotification = 1510
NotificationEnd = 2000
//MsgFrom
UserMsgType = 100