From b86f75350d25da6400576a877bf2d6d930afa712 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 18 五月 2020 15:16:19 +0800 Subject: [PATCH] add highLevel and minInter --- protomsg.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 185cd41..cc8cf5a 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -222,6 +222,8 @@ message SdkChanSet { string sdk_type = 1; int32 chan_num = 2; + int32 highLevel = 3; + int32 minInter = 4; } //TableChanged enum -- Gitblit v1.8.0