This commit is contained in:
richboo111
2024-01-11 17:17:40 +08:00
parent 744a0f51b8
commit da3f4ed3ad

View File

@@ -355,6 +355,7 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe
"to_lng": toLng,
"goods_weight": tempWeight,
}
globals.SugarLogger.Debugf("uupt test param=%s", utils.Format4Output(param, false))
if orderPrice, err = api.UuAPI.GetOrderPrice(param); err != nil {
return nil, err