liuxiaolong
2019-07-22 5f4eec8d16aff65fcdd133287c9fc02109f466c3
controllers/syssetcont.go
@@ -16,6 +16,8 @@
   Id string  `json:"id"`
   AlarmIp string `json:"alarm_ip,omitempty" example:"192.168.1.182"`
   AlarmPort int `json:"alarm_port,omitempty" example:"22122"`
   AlarmThresholdType int `json:"alarm_threshold_type"`//报警阈值类型设置:1:按最高分,2:按阈值以上
   AlarmThreshold int `json:"alarm_threshold"`//报警阈值
   WebPicIp string `json:"web_pic_ip,omitempty" example:""`
   WebPicPort int `json:"web_pic_port,omitempty" example:"22122"`
   EsPicIp string `json:"es_pic_ip,omitempty" example:""`