tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-11-01 c345d4cc7a215794d4b7f2ee8bcc3441d23ffed8
test
1个文件已修改
5 ■■■■■ 已修改文件
extend/config/config.go 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
extend/config/config.go
@@ -30,7 +30,8 @@
    }
    viper.UnmarshalKey("server", serverList)
    for _,s :=range *serverList {
        ServerMap[s.ServerId] = "http://"+s.ServerIp+":"+s.VideoPort+"/getRecordVideoPath"
        NgxMap[s.ServerId] = "http://"+s.NginxIp+":"+s.NginxPort+"/videosource"
        si := s
        ServerMap[si.ServerId] = "http://"+si.ServerIp+":"+si.VideoPort+"/getRecordVideoPath"
        NgxMap[si.ServerId] = "http://"+si.NginxIp+":"+si.NginxPort+"/videosource"
    }
}