| | |
| | | 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:""` |
| | |
| | | UpdateTime string `json:"UpdateTime"` |
| | | } |
| | | |
| | | // @Summary 存储信息查询 |
| | | // @Description 存储信息查询 |
| | | // @Summary 基础设置查询 |
| | | // @Description 基础设置查询 |
| | | // @Accept json |
| | | // @Produce json |
| | | // @Tags sysset |
| | |
| | | } |
| | | } |
| | | |
| | | // @Summary 存储信息修改 |
| | | // @Description 存储信息修改 |
| | | // @Summary 报警设置修改 |
| | | // @Description 报警设置修改 |
| | | // @Accept json |
| | | // @Produce json |
| | | // @Tags sysset |
| | |
| | | } |
| | | } |
| | | |
| | | // @Summary 存储信息修改 |
| | | // @Description 存储信息修改 |
| | | // @Summary 报警时长修改 |
| | | // @Description 报警时长修改 |
| | | // @Accept json |
| | | // @Produce json |
| | | // @Tags sysset |