cheliequan
2023-02-07 0f58aab425521731f4a192be7820bf98022e30dd
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;
}