This commit is contained in:
richboo111
2024-01-11 17:27:26 +08:00
parent 4f335be363
commit d48e46be58

View File

@@ -339,8 +339,6 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe
address += districtName
}
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{}{
"origin_id": order.VendorOrderID,
@@ -355,7 +353,6 @@ 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