From 4b4969023e94492b36f8ee5db513040853620608 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 30 五月 2025 17:23:37 +0800
Subject: [PATCH] 修复git云端文件夹大小写不一致错误

---
 api/ErpController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/ErpController.cs b/api/ErpController.cs
index 48260b4..14132b3 100644
--- a/api/ErpController.cs
+++ b/api/ErpController.cs
@@ -16,6 +16,8 @@
         /// </summary>
         /// <param name="model"></param>
         /// <returns></returns>
+        [HttpPost]
+        [Route("ErpSendOutboundOrder")]
         public ErpResult ErpSendOutboundOrder(ErpSendOutboundOrderInfo model) {
             var apiName = "ERP涓嬪彂鍑哄簱浠诲姟";
             LogHelper.InfoApi(apiName, model);

--
Gitblit v1.9.1