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();