From 5af26f4a46cdcb6c4ba54358bbec5cc6ec36495c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 14 二月 2020 14:30:13 +0800 Subject: [PATCH] add RuleMessage --- commsg.proto | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/commsg.proto b/commsg.proto index 1b9300e..092f968 100644 --- a/commsg.proto +++ b/commsg.proto @@ -29,4 +29,10 @@ string id = 1; string addr = 2; bytes picdata = 3; +} + +message RuleMessage { + string taskid = 1; + string taskname = 2; + SdkMessage sdkmsg = 3; } \ No newline at end of file -- Gitblit v1.8.0