zhangmeng
2020-01-20 5b7d74e74f8e8652dfd47543ccf867385290d07c
util/data.go
@@ -1,6 +1,6 @@
package util
// FetchServerInfo 从sqlite的服务器获取同步信息的服务
// FetchServerInfo 从sqlite的服务器获取SDK信息的服务器信息
type FetchServerInfo struct {
   IP       string
   HTTPort  int
@@ -9,7 +9,7 @@
}
var (
   // FSI 同步服务器信息
   // FSI SDK信息服务器IP/Port
   FSI = &FetchServerInfo{
      IP:       "127.0.0.1",
      HTTPort:  8001,