Refactor code

This commit is contained in:
wenxu12345 2021-12-29 18:10:19 +08:00
parent 5dcb321a6f
commit 1537330b61

View File

@ -80,6 +80,7 @@ type CreateGroupReq struct {
OwnerUserID string `json:"ownerUserID"`
GroupName string `json:"groupName"`
GroupType int32 `json:"groupType"`
OperationID string `json:"operationID"`
}
type CreateGroupResp struct {