From 3887d53e86505a200643b9db3282df3de6dcdd1d Mon Sep 17 00:00:00 2001 From: CatMaoo <1205395967@qq.com> Date: Wed, 3 Jan 2024 17:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E5=8F=91=E8=B4=A7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WMS-BS/NFine.Application/OMAY/OMAYSalesDeliveryApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Application/OMAY/OMAYSalesDeliveryApp.cs b/WMS-BS/NFine.Application/OMAY/OMAYSalesDeliveryApp.cs index 64c3f61..b083ed2 100644 --- a/WMS-BS/NFine.Application/OMAY/OMAYSalesDeliveryApp.cs +++ b/WMS-BS/NFine.Application/OMAY/OMAYSalesDeliveryApp.cs @@ -128,7 +128,7 @@ from dbo.ICSSDN a public string SaveSalesDelivery(string ICSASN) { string msg = ""; - string APIURL = ConfigurationManager.ConnectionStrings["APIURL"].ConnectionString + "LOTStockDown/Create"; + string APIURL = ConfigurationManager.ConnectionStrings["APIURL"].ConnectionString + "LOTStockDownAM/Create"; string result = HttpPost(APIURL, ICSASN); JObject Obj = (JObject)JsonConvert.DeserializeObject(result);//或者JObject jo = JObject.Parse(jsonText); string MessAge = Obj["Message"].ToString();