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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/videoperson.proto b/videoperson.proto
index f6f93a2..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;
--
Gitblit v1.8.0