| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 空æç满çåºåºè¯·æ± |
| | | /// åºåºè³ç¼ååº |
| | | /// </summary> |
| | | /// <param name="request">è¯·æ±æ°æ®</param> |
| | | /// <returns></returns> |
| | | [HttpPost, AllowAnonymous, Route("OtherOutBoundTaskAsync")] |
| | | [HttpPost, AllowAnonymous, Route("OutBoundTaskAsync")] |
| | | [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 2 })] |
| | | public Task<WebResponseContent> OtherOutBoundTaskAsync(string palletCode) |
| | | public Task<WebResponseContent> OutBoundTaskAsync(string palletCode) |
| | | { |
| | | return Service.OtherOutBoundTaskAsync(palletCode); |
| | | return Service.OutBoundTaskAsync(palletCode); |
| | | } |
| | | |
| | | /// <summary> |