This commit is contained in:
邹宗楠
2023-06-07 11:20:05 +08:00
parent 96235fd440
commit b2807b98b2
4 changed files with 3 additions and 4 deletions

View File

@@ -138,7 +138,6 @@ func (a *API) QueryOrderInfo(orderID string) (order *OrderInfo, err error) {
err = utils.Map2StructByJson(result.Result, &order, false)
}
order.DeliveryFee += (utils.Int2Float64(utils.WayBillDeliveryMarkUp) / 100)
//order.ActualFee += utils.Int2Float64(utils.WayBillDeliveryMarkUp)
return order, err
}