Refactor code

pull/131/head
wenxu12345 3 years ago
parent 5dcb321a6f
commit 1537330b61

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

Loading…
Cancel
Save