| | |
| | | return Service.GetEndPoints(); |
| | | } |
| | | |
| | | //æ¥è¯¢ç¼åæ¶ç¶æ |
| | | //æ¥è¯¢ç¼åæ¶ç¶æ |
| | | [HttpPost, Route("GetHCJStaue"), AllowAnonymous] |
| | | public WebResponseContent GetHCJStaue(string stationcode) |
| | | { |
| | | return Service.GetHCJStaue(stationcode); |
| | | } |
| | | |
| | | [HttpPost,Route("UpdateHCJStaue"),AllowAnonymous] |
| | | public WebResponseContent UpdateHCJStaue([FromBody]SaveModel saveModel) |
| | | { |
| | | return Service.UpdateHCJStaue(saveModel); |
| | | } |
| | | |
| | | [HttpPost, Route("PrintStatusUp")] |
| | | public WebResponseContent PrintStatusUp(string pointCode) |
| | | { |
| | | return Service.PrintStatusUp(pointCode); |
| | | } |
| | | } |
| | | } |