sunty
2019-08-22 a527225f7f3cc93882aa870c20f0985d07d6fe92
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:""`
@@ -40,8 +42,8 @@
   UpdateTime string `json:"UpdateTime"`
}
// @Summary 存储信息查询
// @Description 存储信息查询
// @Summary 基础设置查询
// @Description 基础设置查询
// @Accept  json
// @Produce json
// @Tags sysset
@@ -58,8 +60,8 @@
   }
}
// @Summary 存储信息修改
// @Description 存储信息修改
// @Summary 报警设置修改
// @Description 报警设置修改
// @Accept  json
// @Produce json
// @Tags sysset
@@ -84,8 +86,8 @@
   }
}
// @Summary 存储信息修改
// @Description 存储信息修改
// @Summary 报警时长修改
// @Description 报警时长修改
// @Accept  json
// @Produce json
// @Tags sysset