|
|
@@ -6440,6 +6440,7 @@ type NodesLoadTopResp struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type PageTaskReq struct { |
|
|
type PageTaskReq struct { |
|
|
|
|
|
Id string `form:"id,optional"` |
|
|
UserId int64 `form:"userId,optional"` |
|
|
UserId int64 `form:"userId,optional"` |
|
|
Name string `form:"name,optional"` |
|
|
Name string `form:"name,optional"` |
|
|
Type string `form:"type,optional"` |
|
|
Type string `form:"type,optional"` |
|
|
|