From 2c13b42d4039d6c332f99299829388836fb9e67f Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 17 八月 2020 17:58:05 +0800
Subject: [PATCH] add T_ResourceConfig change

---
 aiocean.proto |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/aiocean.proto b/aiocean.proto
index 138f638..593d028 100644
--- a/aiocean.proto
+++ b/aiocean.proto
@@ -14,7 +14,7 @@
     string taskId               =9;
     string taskName             =10;
     string sdkName              =11;
-    string picMaxUrl            =12;
+    repeated string picMaxUrl            =12;
     string videoUrl             =13;
     string picDate              =14;
     repeated TargetInfo targetInfo       =15;
@@ -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