|
|
@ -430,6 +430,7 @@ namespace BBWY.Server.Business |
|
|
|
{ |
|
|
|
string currentProgress = string.Empty; |
|
|
|
string wayBillNoResponseInfo = string.Empty; |
|
|
|
string logisticsCompanyListInfo = string.Empty; |
|
|
|
try |
|
|
|
{ |
|
|
|
#region 查询代发信息
|
|
|
@ -477,6 +478,8 @@ namespace BBWY.Server.Business |
|
|
|
AppToken = shop.AppToken, |
|
|
|
Platform = shop.Platform |
|
|
|
}); |
|
|
|
if (logisticsCompanyList != null) |
|
|
|
logisticsCompanyListInfo = JsonConvert.SerializeObject(logisticsCompanyList); |
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 物流公司翻译
|
|
|
@ -500,7 +503,7 @@ namespace BBWY.Server.Business |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|
logger.Error(ex, $"DeliveryCallback 回调平台{callbackPlatform},采购单号{purchaseOrderId},执行进度[{currentProgress}],物流信息:{wayBillNoResponseInfo}"); |
|
|
|
logger.Error(ex, $"DeliveryCallback 回调平台{callbackPlatform},采购单号{purchaseOrderId},执行进度[{currentProgress}],采购单物流信息:{wayBillNoResponseInfo},店铺平台物流公司列表:{logisticsCompanyListInfo}"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|