|
@ -127,6 +127,10 @@ namespace BBWY.Client.APIServices |
|
|
decimal sdCommissionAmount, |
|
|
decimal sdCommissionAmount, |
|
|
decimal deliveryExpressFreight, |
|
|
decimal deliveryExpressFreight, |
|
|
SDType sdType, |
|
|
SDType sdType, |
|
|
|
|
|
string sdKey, |
|
|
|
|
|
PayBillType? sdPayChannel, |
|
|
|
|
|
string sdPaybillNo, |
|
|
|
|
|
string sdOperator, |
|
|
string flag, |
|
|
string flag, |
|
|
string venderRemark, |
|
|
string venderRemark, |
|
|
decimal platformCommissionRatio) |
|
|
decimal platformCommissionRatio) |
|
@ -141,6 +145,10 @@ namespace BBWY.Client.APIServices |
|
|
sdCommissionAmount, |
|
|
sdCommissionAmount, |
|
|
deliveryExpressFreight, |
|
|
deliveryExpressFreight, |
|
|
platformCommissionRatio, |
|
|
platformCommissionRatio, |
|
|
|
|
|
sdKey, |
|
|
|
|
|
sdPayChannel, |
|
|
|
|
|
sdPaybillNo, |
|
|
|
|
|
sdOperator, |
|
|
Platform = globalContext.User.Shop.Platform, |
|
|
Platform = globalContext.User.Shop.Platform, |
|
|
AppKey = globalContext.User.Shop.AppKey, |
|
|
AppKey = globalContext.User.Shop.AppKey, |
|
|
AppSecret = globalContext.User.Shop.AppSecret, |
|
|
AppSecret = globalContext.User.Shop.AppSecret, |
|
@ -154,7 +162,7 @@ namespace BBWY.Client.APIServices |
|
|
/// <param name="orderDropShipping"></param>
|
|
|
/// <param name="orderDropShipping"></param>
|
|
|
/// <param name="relationPurchaseOrderSkuList"></param>
|
|
|
/// <param name="relationPurchaseOrderSkuList"></param>
|
|
|
/// <returns></returns>
|
|
|
/// <returns></returns>
|
|
|
public ApiResponse<object> RelationPurchaseOrder(OrderDropShipping orderDropShipping, IList<RelationPurchaseOrderSku> relationPurchaseOrderSkuList,decimal platformCommissionRatio) |
|
|
public ApiResponse<object> RelationPurchaseOrder(OrderDropShipping orderDropShipping, IList<RelationPurchaseOrderSku> relationPurchaseOrderSkuList, decimal platformCommissionRatio) |
|
|
{ |
|
|
{ |
|
|
return SendRequest<object>(globalContext.BBYWApiHost, "api/order/RelationPurchaseOrder", new |
|
|
return SendRequest<object>(globalContext.BBYWApiHost, "api/order/RelationPurchaseOrder", new |
|
|
{ |
|
|
{ |
|
|