| | |
| | | { |
| | | return Service.RollbackTaskStatusToLast(taskNum); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("AtOnceUpdate")] |
| | | public WebResponseContent AtOnceUpdate(int taskid) |
| | | { |
| | | return Service.AtOnceUpdate(taskid); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("speciadelete")] |
| | | public WebResponseContent speciadelete([FromBody] Dt_Task task) |
| | | { |
| | | return Service.speciadelete(task); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("speciaupdate")] |
| | | public WebResponseContent speciaupdate([FromBody] Dt_Task task) |
| | | { |
| | | return Service.speciaupdate(task); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("banzidong")] |
| | | public WebResponseContent banzidong(string wei,string weis) |
| | | { |
| | | return Service.banzidong(wei,weis); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("tichuruku")] |
| | | public WebResponseContent tichuruku(string wei) |
| | | { |
| | | return Service.tichuruku(wei); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("tichuchuku")] |
| | | public WebResponseContent tichuchuku(string wei) |
| | | { |
| | | return Service.tichuchuku(wei); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("zhijiechuku")] |
| | | public WebResponseContent zhijiechuku() |
| | | { |
| | | return Service.zhijiechuku(); |
| | | } |
| | | } |
| | | } |