From 5adb9117d705cc32a7d205ef8510919883853b9a Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 29 十二月 2020 11:48:40 +0800 Subject: [PATCH] 添加Gb28181Config --- sysset.proto | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/sysset.proto b/sysset.proto index 2e925b1..6c6eee2 100644 --- a/sysset.proto +++ b/sysset.proto @@ -55,4 +55,15 @@ 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