From 83c0d2211a541e24f615c774b495ebdafc115119 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 15 十一月 2021 20:00:52 +0800 Subject: [PATCH] 添加iconblob2字段 app.proto --- sysset.proto | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/sysset.proto b/sysset.proto index acf87e4..6c6eee2 100644 --- a/sysset.proto +++ b/sysset.proto @@ -48,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