Browse Source

fix:abstract的json tag

zqbao 2 months ago
parent
commit
e9fe43db64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/report_outer.go

+ 1 - 1
services/report_outer.go

@@ -17,7 +17,7 @@ const OuterReportCallBackApiUrl = "/subject/report/writingCallback"
 type OuterReportCallBackRequest struct {
 	Name     string `json:"name"`
 	ReportId int    `json:"reportId"`
-	Abstract string `json:"abstract"`
+	Abstract string `json:"abstracts"`
 	Url      string `json:"url"`
 	FileType string `json:"fileType"`
 	FileSize int    `json:"fileSize"`