| | |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Newtonsoft.Json; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_DTO.Inbound; |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("returnInventory"), AllowAnonymous] |
| | | public ReturnInventoryResponse returnInventory([FromBody] ReturnInventoryRequest inventoryRequest) |
| | | public ReturnInventoryResponse returnInventory([FromBody] string inventoryRequest) |
| | | { |
| | | |
| | | return Service.returnInventory(inventoryRequest); |