|
@@ -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"`
|