...
|
...
|
@@ -1248,7 +1248,7 @@ type SystemArticleSearchRequest struct { |
|
|
Tags []int64 `json:"tags,optional"` //标签
|
|
|
Page int `json:"page"` //页码
|
|
|
Size int `json:"size"` //每页行数
|
|
|
OrderMode string `json:"orderMode"` //排序方式
|
|
|
OrderMode string `json:"orderMode,optional"` //排序方式
|
|
|
}
|
|
|
|
|
|
type SystemArticleSearchResponse struct {
|
...
|
...
|
|