This commit is contained in:
wangchuxiao
2022-12-14 16:14:56 +08:00
23 changed files with 624 additions and 419 deletions
+560 -330
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -330,6 +330,7 @@ message GroupApplicationAcceptedTips{
GroupInfo group = 1;
GroupMemberFullInfo opUser = 2;
string handleMsg = 4;
int32 receiverAs = 5; // admin(==1) or applicant(==0)
}
// OnApplicationGroupRejected()
@@ -337,6 +338,7 @@ message GroupApplicationRejectedTips{
GroupInfo group = 1;
GroupMemberFullInfo opUser = 2;
string handleMsg = 4;
int32 receiverAs = 5; // admin(==1) or applicant(==0)
}
// OnTransferGroupOwner()