This commit is contained in:
skiffer-git
2022-06-28 20:39:27 +08:00
parent dc9f7dc294
commit d17d7a792a
6 changed files with 663 additions and 563 deletions
+394 -305
View File
File diff suppressed because it is too large Load Diff
+11 -1
View File
@@ -20,7 +20,17 @@ message GroupInfo{
int32 status = 10;
string creatorUserID = 11;
int32 groupType = 12;
google.protobuf.Int32Value needVerification = 13;
int32 needVerification = 13;
}
message GroupInfoForSet{
string groupID = 1;
string groupName = 2;
string notification = 3;
string introduction = 4;
string faceURL = 5;
string ex = 6;
google.protobuf.Int32Value needVerification = 7;
}