瀏覽代碼

fix:abstract的json tag

zqbao 2 月之前
父節點
當前提交
e9fe43db64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"`