1
This commit is contained in:
@@ -339,8 +339,6 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe
|
|||||||
address += districtName
|
address += districtName
|
||||||
}
|
}
|
||||||
address += store.Address
|
address += store.Address
|
||||||
globals.SugarLogger.Debugf("uupt test CityName=%s, DistrictName=%s", cityName, districtName)
|
|
||||||
globals.SugarLogger.Debugf("uupt test address=%s", address)
|
|
||||||
|
|
||||||
param := map[string]interface{}{
|
param := map[string]interface{}{
|
||||||
"origin_id": order.VendorOrderID,
|
"origin_id": order.VendorOrderID,
|
||||||
@@ -355,7 +353,6 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe
|
|||||||
"to_lng": toLng,
|
"to_lng": toLng,
|
||||||
"goods_weight": tempWeight,
|
"goods_weight": tempWeight,
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("uupt test param=%s", utils.Format4Output(param, false))
|
|
||||||
|
|
||||||
if orderPrice, err = api.UuAPI.GetOrderPrice(param); err != nil {
|
if orderPrice, err = api.UuAPI.GetOrderPrice(param); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user