From 3e447a37138bdf6d1c8f95f821f91c1701f35861 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期三, 20 十一月 2019 12:00:16 +0800
Subject: [PATCH] 加targetType

---
 structure/rule.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/structure/rule.go b/structure/rule.go
index 9436829..f5f1dcc 100644
--- a/structure/rule.go
+++ b/structure/rule.go
@@ -126,7 +126,7 @@
 	TargetPicUrl string  `json:"targetPicUrl"`
 	MonitorLevel string  `json:"monitorLevel"`
 	Content      string  `json:"content"`
-	DbLabel		 string	 `json:"dbLabel"`
+	DbLabel		 string	 `json:"labels"`
 	//PhoneNum     string  `json:"phoneNum"`
 	//Sex          string  `json:"sex"`
 	//IdCard       string  `json:"idCard"`

--
Gitblit v1.8.0