|
|
@@ -2169,6 +2169,7 @@ namespace SiteCore
|
|
|
{
|
|
|
return;
|
|
|
}
|
|
|
+ string msg = "";
|
|
|
try
|
|
|
{
|
|
|
JObject jsonObject12 = new JObject
|
|
|
@@ -2182,12 +2183,13 @@ namespace SiteCore
|
|
|
};
|
|
|
string response1 = HttpPost("http://www.kiy.cn/webapi/Himall.NewShop.UpdOrderExpress", jsonObject12.ToString());
|
|
|
JObject jsonObjects1 = JObject.Parse(response1);
|
|
|
- string msg = (string)jsonObjects1["msg"];
|
|
|
+ msg = (string)jsonObjects1["msg"];
|
|
|
LogHelper.addLog(exinfo.tid, 0, "CYT打单推送:" + msg);
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
- LogHelper.addLog(exinfo.tid, 0, "CYT打单推送:" + ceErpTradeCell.OrderSn + "," + ceErpTradeCell.ctid + "," + exinfo.out_sid + "," + exinfo.company_name + "," + ex.ToString());
|
|
|
+ LogHelper.addLog(exinfo.tid, 0, "CYT打单推送:" + ceErpTradeCell.OrderSn + "," + ceErpTradeCell.ctid + "," + exinfo.out_sid + "," + exinfo.company_name);
|
|
|
+ XLog.SaveLog(0, "CYT打单推送失败," + msg + "->" + ex);
|
|
|
}
|
|
|
}
|
|
|
|