|
@@ -17,6 +17,9 @@ type CygxResourceData struct {
|
|
PublishDate string `description:"发布时间"`
|
|
PublishDate string `description:"发布时间"`
|
|
Abstract string `description:"摘要"`
|
|
Abstract string `description:"摘要"`
|
|
SearchTag string `description:"搜索标签"`
|
|
SearchTag string `description:"搜索标签"`
|
|
|
|
+ SearchTitle string `description:"搜索匹配用的标题"`
|
|
|
|
+ SearchContent string `description:"搜索匹配用的内容"`
|
|
|
|
+ SearchOrderTime string `description:"搜索排序时间"`
|
|
}
|
|
}
|
|
|
|
|
|
type CygxResourceDataResp struct {
|
|
type CygxResourceDataResp struct {
|