Refactor code

This commit is contained in:
wenxu12345
2022-01-15 11:14:29 +08:00
parent e4b6b18712
commit b2c2c1247b
4 changed files with 16 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ const (
GroupMsg = 201
//SysRelated
FriendApplicationProcessedNotification = 1201 //AcceptFriendApplicationTip = 201
FriendApplicationAddedNotification = 1202 //AddFriendTip = 202
FriendAddedNotification = 1203
+3 -2
View File
@@ -75,8 +75,8 @@ message BlackInfo{
}
message GroupRequest{
string userID = 1;
string groupID = 2;
PublicUserInfo userInfo = 1;
GroupInfo groupInfo = 2;
string handleResult = 3;
string reqMsg = 4;
string handleMsg = 5;
@@ -312,6 +312,7 @@ message FriendApplicationAddedTips{
//FromUserID accept or reject ToUserID
message FriendApplicationProcessedTips{
FromToUserID fromToUserID = 1;
int32 handleResult = 2;
}
// FromUserID Added a friend ToUserID