소스 검색

fix:增加搜索返回内容

zqbao 9 달 전
부모
커밋
f41031495b
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 3 0
      models/response/report.go

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@
 *.exe
 *.exe~
 go.sum
+/rdlucklog/

+ 3 - 0
models/response/report.go

@@ -35,6 +35,9 @@ type ReportCollectListItem struct {
 	PublishTime         time.Time `description:"发布时间"`
 	Title               string    `description:"标题"`
 	ContentSub          string    `description:"内容前两个章节"`
+	Abstract            string    `description:"摘要"`
+	StageStr            string    `description:"期数"`
+	Author              string    `description:"作者"`
 }
 
 type ReportSearchResp struct {