作者 tangxvhui

调整 参数设置

@@ -417,7 +417,7 @@ type ( @@ -417,7 +417,7 @@ type (
417 Tags []int64 `json:"tags,optional"` //标签 417 Tags []int64 `json:"tags,optional"` //标签
418 Page int `json:"page"` //页码 418 Page int `json:"page"` //页码
419 Size int `json:"size"` //每页行数 419 Size int `json:"size"` //每页行数
420 - OrderMode string `json:"orderMode"` //排序方式 420 + OrderMode string `json:"orderMode,optional"` //排序方式
421 } 421 }
422 422
423 SystemArticleSearchResponse { 423 SystemArticleSearchResponse {
@@ -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 {