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