Jelajahi Sumber

fix:更换搜索字段

zqbao 1 tahun lalu
induk
melakukan
2444046ce7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      models/response/report.go

+ 1 - 1
models/response/report.go

@@ -36,7 +36,7 @@ type ReportCollectListItem struct {
 	Title               string    `description:"标题"`
 	ContentSub          string    `description:"内容前两个章节"`
 	Abstract            string    `description:"摘要"`
-	StageStr            string    `description:"期数"`
+	Stage               string    `description:"期数"`
 	Author              string    `description:"作者"`
 }