|
@@ -25,7 +25,7 @@ type MobileSearchController struct {
|
|
|
// @Param PageSize query int false "每页数据条数"
|
|
|
// @Param CurrentIndex query int false "当前页页码,从1开始"
|
|
|
// @Param KeyWord query string true "搜索关键词"
|
|
|
-// @Param OrderColumn query int false "排序字段 ,Comprehensive综合 ,Matching匹配度 ,PublishDate 发布时间 "
|
|
|
+// @Param OrderColumn query string false "排序字段 ,Comprehensive综合 ,Matching匹配度 ,PublishDate 发布时间 "
|
|
|
// @Param ListType query int false "列表类型,1最新/全部,2 纪要 ,3图表 默认1"
|
|
|
// @Success 200 {object} models.SearchItem
|
|
|
// @router /list [get]
|