|
|
@ -842,28 +842,6 @@ namespace BBWYB.Server.Business |
|
|
|
WayBillNo = wayBillNoResponse.WayBillNo |
|
|
|
}); |
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 通知C端出库
|
|
|
|
//通知C端
|
|
|
|
try |
|
|
|
{ |
|
|
|
restApiService.SendRequest("https://bbwy.qiyue666.com", |
|
|
|
"/Api/PurchaseOrder/QuanTanSendGoodsCallback", |
|
|
|
new |
|
|
|
{ |
|
|
|
OrderId = orderPurchaseInfo.OrderId, |
|
|
|
ExpressId = wayBillNoResponse.ExpressId, |
|
|
|
ExpressName = wayBillNoResponse.ExpressName, |
|
|
|
wayBillNoResponse.WayBillNo |
|
|
|
}, |
|
|
|
null, |
|
|
|
HttpMethod.Post); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
#endregion
|
|
|
|
} |
|
|
|
#endregion
|
|
|
|
|
|
|
|