1
This commit is contained in:
@@ -98,8 +98,6 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
||||
}
|
||||
|
||||
// 蜂鸟入参结构体
|
||||
fmt.Println("================================",order.JxStoreID)
|
||||
fmt.Println("================================",order.StoreID)
|
||||
parameter := &fnpsapi.CreateOrderReqParam{
|
||||
PartnerOrderCode: order.VendorOrderID,
|
||||
OrderType: 1,
|
||||
@@ -168,7 +166,7 @@ func (c *DeliveryHandler) GetWaybillFee(order *model.GoodsOrder) (deliveryFeeInf
|
||||
GoodsWeight: utils.Int2Float64(order.Weight) / 1000,
|
||||
GoodsCount: order.GoodsCount,
|
||||
GoodsItemList: nil,
|
||||
OutShopCode: utils.Int2Str(order.StoreID),
|
||||
OutShopCode: utils.Int2Str(order.JxStoreID),
|
||||
}
|
||||
var goodsList []*fnpsapi.GoodsItemsList
|
||||
for _, v := range order.Skus {
|
||||
|
||||
Reference in New Issue
Block a user