From 88d52606d0db8fb0343ebcd2d53c8df62fd05f2a Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 28 十二月 2024 23:39:46 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs"
index 0fc367f..07f9ee7 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs"
@@ -19,16 +19,11 @@
{
}
+ [HttpPost,Route("TestOutUpload"),AllowAnonymous]
+ public WebResponseContent TestOutUpload(int id)
+ {
+ return Service.TestOutUpload(id);
+ }
- [HttpPost, Route("GetOutboundOrder"), AllowAnonymous]
- public WebResponseContent GetOutboundOrder([FromBody] OutboundOrderGetDTO outboundOrderGetDTO)
- {
- return Service.GetOutboundOrder(outboundOrderGetDTO);
- }
- [HttpPost, Route("GetOutboundOrderDetail"), AllowAnonymous]
- public WebResponseContent GetOutboundOrderDetail([FromBody] string OrderNo)
- {
- return Service.GetOutboundOrderDetail(OrderNo);
- }
}
}
--
Gitblit v1.9.3