From 0222e79afe45d9fc55aed9a7e62ca239c228ab73 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期一, 23 十二月 2019 10:24:12 +0800
Subject: [PATCH] add sys comeback sh

---
 controllers/fileController.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/controllers/fileController.go b/controllers/fileController.go
index e53e842..32fefb3 100644
--- a/controllers/fileController.go
+++ b/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,

--
Gitblit v1.8.0