| | |
| | | } |
| | | |
| | | [HttpGet,Route("ShowPutake"),AllowAnonymous] |
| | | public WebResponseContent ShowPutake(string group_dg) |
| | | public WebResponseContent ShowPutake([FromBody] string group_dg) |
| | | { |
| | | return Service.ShowPutake(group_dg); |
| | | } |
| | | |
| | | [HttpGet,Route("GetNjtake"),AllowAnonymous] |
| | | public WebResponseContent GetNjtake(string njid) |
| | | public WebResponseContent GetNjtake([FromBody] string njid) |
| | | { |
| | | return Service.GetNjtake(njid); |
| | | } |
| | | |
| | | //[HttpGet, Route("seletTaskeStatus"), AllowAnonymous] |
| | | //public WebResponseContent seletTaskeStatus(string status) |
| | | //{ |
| | | // return Service.seletTaskeStatus(status); |
| | | //} |
| | | |
| | | [HttpGet, Route("GetNJandPu"), AllowAnonymous] |
| | | public WebResponseContent GetNJandPu() |
| | | { |
| | | return Service.GetNJandPu(); |
| | | } |
| | | |
| | | } |
| | | } |