| | |
| | | using System.Security.Permissions; |
| | | using System.Text; |
| | | using System.Web; |
| | | using System.Web.Http; |
| | | using System.Web.Http; |
| | | |
| | | namespace IStation.WebApi.Controllers |
| | | { |
| | |
| | | public class RiverWaterLevelDropController : ApiController |
| | | { |
| | | /// <summary> |
| | | /// 获取 |
| | | /// </summary> |
| | | /// 获取 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("GetList")] |
| | | [HttpGet] |
| | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | IStation.LogHelper.WriteError("RiverWaterLevelDrop GetList,ex:"+ ex.Message); |
| | | IStation.LogHelper.Error("RiverWaterLevelDrop GetList,ex:" + ex.Message); |
| | | return new IStation.Dto.ApiResult<List<Model.RiverWaterLevelDrop>>(null); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 保存 |
| | | /// </summary> |
| | | /// 保存 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("SaveList")] |
| | | [HttpPost] |
| | |
| | | |
| | | return new IStation.Dto.ApiResult<bool>(true); |
| | | } |
| | | |
| | | } |
| | | } |