From 72e71dae3f77041024f173a2991e8c2daeeb97bf Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 02 二月 2021 13:55:05 +0800 Subject: [PATCH] EventPush添加push_set配置 --- protomsg.proto | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index d21c29f..003e79f 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -346,6 +346,15 @@ repeated PushUrl urls = 11; repeated EventPushRule rules = 12; map<string,string> filtRename = 13; + repeated PushSetMenu push_set = 14; +} + +message PushSetMenu { + string id = 1; + string name = 2; + bool checked = 3; + string alias = 4; + repeated PushSetMenu children = 5; } message EventPushRule { -- Gitblit v1.8.0