This commit is contained in:
wangchuxiao
2022-02-14 15:16:59 +08:00
parent c413eda330
commit 8cdea2bfeb
12 changed files with 269 additions and 347 deletions
-9
View File
@@ -316,15 +316,6 @@ message AddGroupMembersCMSResp {
repeated string failed = 2;
}
message SetGroupMasterReq {
string GroupId = 1;
string UserId = 2;
string OperationId = 3;
}
message SetGroupMasterResp {
}
service group{
rpc createGroup(CreateGroupReq) returns(CreateGroupResp);