Refactor code

This commit is contained in:
wenxu12345
2022-02-11 18:49:17 +08:00
parent 63af591938
commit af330d7f8a
4 changed files with 165 additions and 174 deletions
+2
View File
@@ -20,6 +20,8 @@ message CreateGroupReq{
string OperationID = 3;
string OpUserID = 4; //app manager or group owner
string OwnerUserID = 5; //owner
}
message CreateGroupResp{
int32 ErrCode = 1;