controllers/fileController.go
@@ -202,6 +202,7 @@ type TargetInfo struct { TargetId string `json:"targetId"` TargetType string `json:"targetType"` TargetScore float64 `json:"targetScore"` Feature string `json:"feature"` PicSmUrl string `json:"picSmUrl"` @@ -348,6 +349,7 @@ } tInfo := TargetInfo{ TargetId: vti.TargetId, TargetType: vti.TargetType, TargetScore: vti.TargetScore, Feature: vti.Feature, PicSmUrl: vti.PicSmUrl,