group add field

This commit is contained in:
Gordon
2022-07-12 17:22:45 +08:00
parent 504e4cc6a3
commit adb7da7aaf
6 changed files with 386 additions and 317 deletions
+326 -291
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -21,6 +21,8 @@ message GroupInfo{
string creatorUserID = 11;
int32 groupType = 12;
int32 needVerification = 13;
int32 lookMemberInfo =14;
int32 applyMemberFriend = 15;
}
message GroupInfoForSet{
@@ -31,6 +33,8 @@ message GroupInfoForSet{
string faceURL = 5;
string ex = 6;
google.protobuf.Int32Value needVerification = 7;
google.protobuf.Int32Value lookMemberInfo = 8;
google.protobuf.Int32Value applyMemberFriend = 9;
}