From dc8ca60fc53199251100883b4370de52a6534463 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 14:01:53 +0800
Subject: [PATCH] soinfo id change to string
---
videoperson.proto | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/videoperson.proto b/videoperson.proto
index 4bc2c15..c12852f 100644
--- a/videoperson.proto
+++ b/videoperson.proto
@@ -20,7 +20,7 @@
string race =15;
string smileLevel =16;
string beautyLevel =17;
- string picSmUrl =18;
+ repeated string picSmUrl =18;
string videoUrl =19;
string analyServerId =20;
string analyServerName =21;
@@ -30,8 +30,8 @@
string isAckAlarm =25;
int32 isCollect =26;
int32 isDelete =27;
- AlarmRules alarmRules =28;
- BaseInfo baseInfo =29;
+ repeated AlarmRules alarmRules =28;
+ repeated BaseInfo baseInfo =29;
}
message AlarmRules {
--
Gitblit v1.8.0