| | |
| | | 锘縰sing Microsoft.AspNetCore.Http; |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | | using WIDESEAWCS_ITelescopicService; |
| | |
| | | public LoginhsyController(ILoginhsyService service) : base(service) |
| | | { |
| | | } |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("OutLoginTime"), AllowAnonymous] |
| | | public WebResponseContent OutLoginTime(int id) |
| | | public WebResponseContent OutLoginTime(string account) |
| | | { |
| | | return Service.OutLoginTime(id); |
| | | return Service.OutLoginTime(account); |
| | | } |
| | | >>>>>>> Stashed changes |
| | | |
| | | } |
| | | } |