From 8bcdcb0c7918babbc276c857521c3af3734ad8ca Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 30 七月 2019 11:41:02 +0800 Subject: [PATCH] change picSmUrl to array,add TaskSdkRule --- 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