liuxiaolong
2019-09-20 551df14cf2c5036009eb8bf0c4fd5c1ede2a682c
extend/config/config.go
@@ -14,6 +14,14 @@
   ImageUrl  string `mapstructure: "imageUrl"`
   PublicDomain string `mapstructure: "publicDomain"`
   NetworkAdapter string `mapstructure: "networkAdapter"`
   DeviceNum string `mapstructure: "deviceNum"` //设备编号
   DeviceType string `mapstructure: "deviceType"`  //设备型号
   DeviceSerialNum string `mapstructure: "deviceSerialNum"`  //设备序列号
   MasterVersion string `mapstructure: "masterVersion"` //主控版本
   WebVersion string `mapstructure: "webVersion"`  //web版本
   ChannelCount string `mapstructure: "channelCount"`  //通道个数
   DiskCount string `mapstructure: "diskCount"`  //硬盘个数
}
var Server = &server{}