From 54747b4c57f1c44b5c973ad585768c83049429de Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期五, 10 二月 2023 16:56:08 +0800
Subject: [PATCH] 更新gofast版本使用protobufV3
---
aiocean.proto | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/aiocean.proto b/aiocean.proto
index 3e11cf2..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;
@@ -42,7 +42,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