This commit is contained in:
wangchuxiao
2022-08-30 02:02:41 +08:00
parent 2a8b19d319
commit 2c2d3e4641
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type GroupResponse struct {
type GetGroupsRequest struct {
RequestPagination
OperationID string `json:"operationID"`
OperationID string `json:"operationID" binding:"required"`
}
type GetGroupsResponse struct {