| | |
| | | return Service.AddAlarmHsy(alarmContent, resetStatus); |
| | | } |
| | | |
| | | [HttpPost, Route("GetWebSocketInfo"), AllowAnonymous] |
| | | public WebResponseContent GetWebSocketInfo() |
| | | { |
| | | return Service.GetWebSocketInfo(); |
| | | } |
| | | |
| | | [HttpPost, Route("BecomeTrue"), AllowAnonymous] |
| | | public WebResponseContent BecomeTrue() |
| | | { |
| | | return Service.BecomeTrue(); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 鎺ユ敹涓婃父绯荤粺淇℃伅 |
| | | /// </summary> |
| | | /// <param name="upstreamIDTO"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("UpstreamInspectionRoad"), AllowAnonymous] |
| | | public WebResponseContent UpstreamInspectionRoad([FromBody]UpstreamIDTO upstreamIDTO) |
| | | { |
| | | return Service.UpstreamInspectionRoad(upstreamIDTO); |
| | | } |
| | | |
| | | |
| | | } |