|
|
@@ -381,14 +381,15 @@ namespace SiteCore.Handler
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
+ XLog.SaveLog(0, "getSaleOrderSn:" + ex.Message);
|
|
|
}
|
|
|
return orderSn;
|
|
|
}
|
|
|
|
|
|
public static void api_orderBack(string orderNumber, string state, string content)
|
|
|
{
|
|
|
- //string post_url = "http://api.presales.lingtao8.com/open/order/orderProcessReturn";
|
|
|
- string post_url = "http://admin.lingtao.zmht888.com/prod-api/open/order/orderProcessReturn";
|
|
|
+ string post_url = "http://api.presales.lingtao8.com/open/order/orderProcessReturn";
|
|
|
+ //string post_url = "http://admin.lingtao.zmht888.com/prod-api/open/order/orderProcessReturn";
|
|
|
string remoteInfo = "";
|
|
|
string param = JsonConvert.SerializeObject(new
|
|
|
{
|