From a238764b88adc52a3c629e6e719b3ff61d902743 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 21 五月 2019 20:16:05 +0800 Subject: [PATCH] fix repeated arg --- protomsg.proto | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 2059b91..34cf262 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -67,7 +67,7 @@ string id = 1; string camera_ids = 2;//鎽勫儚鏈篿d string task_id = 3;//浠诲姟id - string time_rule = 4;//甯冮槻鏃堕棿 + repeated DayCtl time_rule = 4;//甯冮槻鏃堕棿 string react_rule = 5;//鑱斿姩鏂瑰紡 string react_device = 6;//鑱斿姩璁惧 bool del_flag = 7; //閫昏緫鍒犻櫎鏍囪 @@ -124,7 +124,7 @@ string sdk_name = 7;//sdk鍚嶇О string icon = 8;//绠楁硶鍥炬爣 string url = 9;//绠楁硶涓嬭浇鍦板潃 - string args = 10;//绠楁硶鍙傛暟json锛屾帴鏀跺埌鍚庝互[]SdkArg瑙f瀽 + repeated SdkArg args = 10;//绠楁硶鍙傛暟 } //SdkArg struct -- Gitblit v1.8.0