1
This commit is contained in:
@@ -355,6 +355,7 @@ 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