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