From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发

---
 aiocean.proto |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/aiocean.proto b/aiocean.proto
index 3539fbe..593d028 100644
--- a/aiocean.proto
+++ b/aiocean.proto
@@ -63,10 +63,11 @@
 
 message TargetInfo {
     string targetId             =1;
-    double targetScore           =2;
-    string feature              =3;
-    string picSmUrl             =4;
-    TargetLocation targetLocation =5;
+    string targetType           =2;
+    double targetScore           =3;
+    string feature              =4;
+    string picSmUrl             =5;
+    TargetLocation targetLocation =6;
 }
 
 message TargetLocation {

--
Gitblit v1.8.0