From dff6e09c415988cc0b5c558013822548ffab254e Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 19 十一月 2019 20:19:03 +0800 Subject: [PATCH] change float to double --- protomsg.proto | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 2192e79..8c4b6e9 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -242,8 +242,9 @@ string cameraId = 2; string taskId = 3; int64 imgId = 4; - repeated string sdkIds = 5; - int32 type = 6; + string videoUrl = 5; + repeated string sdkIds = 6; + int32 type = 7; } message CompareArgs { -- Gitblit v1.8.0