| | |
| | | { |
| | | _taskService = taskService; |
| | | _outMESOrderService = outMESOrderService; |
| | | _proInOrderInfoService=proInOrderInfoService; |
| | | _proInOrderInfoService = proInOrderInfoService; |
| | | _invokeMESService = invokeMESService; |
| | | } |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <param name="boxCode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("MESBoxCodeNotice"), AllowAnonymous] |
| | | public string MESBoxCodeNotice(string boxCode) |
| | | [HttpPost,HttpGet, Route("MESBoxCodeNotice"), AllowAnonymous] |
| | | public WebResponseContent MESBoxCodeNotice(string boxCode) |
| | | { |
| | | return _invokeMESService.MESBoxCodeNotice(boxCode); |
| | | return _proInOrderInfoService.MESBoxCode(boxCode); |
| | | } |
| | | } |
| | | } |