Refactor code

This commit is contained in:
wenxu12345
2021-12-30 13:39:36 +08:00
parent 288f25c827
commit 2f62339f0c
4 changed files with 17 additions and 11 deletions
+3
View File
@@ -149,3 +149,6 @@ type TransferGroupOwnerReq struct {
NewOwnerUserID string `json:"newOwnerUserID" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
}
type TransferGroupOwnerResp struct {
CommResp
}