From 6b18afff0c157bdfa98a78b00652721b0f577025 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 08 二月 2023 10:57:39 +0800 Subject: [PATCH] 修改提交的dataprocess.proto --- sysset.proto | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/sysset.proto b/sysset.proto index 45e5a1f..6c6eee2 100644 --- a/sysset.proto +++ b/sysset.proto @@ -29,6 +29,7 @@ int32 poll_period = 2;//杞鍛ㄦ湡 int32 delay = 3;//寤惰繜鏃堕棿 bool enable = 4;//鏄惁鍚敤杞 + int32 pollChannelCount = 5;//杞閫氶亾鏁伴噺 } message Cluster { @@ -47,4 +48,22 @@ string node_id = 5; string node_ip = 6; string create_time = 7; +} + +message ResourceConfig { + int32 ipType = 1; + string serviceIp = 2; + string domain = 3; + int32 filePort = 4; +} + +message Gb28181Config { + string Id = 1; + string ServerIp = 2; + string ServerPort = 3; + string PublicId = 4; + string GbServerPort = 5; + bool IsAuth = 6; + string Password = 7; + string UpdateTime = 8; } \ No newline at end of file -- Gitblit v1.8.0