From 2d798aab8977f7096146d09ef9f697a355b3d9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 16 May 2023 14:52:15 +0800 Subject: [PATCH] 1 --- platformapi/uuptapi/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/uuptapi/waybill.go b/platformapi/uuptapi/waybill.go index 9db2873d..0e10fc3e 100644 --- a/platformapi/uuptapi/waybill.go +++ b/platformapi/uuptapi/waybill.go @@ -67,7 +67,7 @@ func (a *API) GetOrderDetail(orderCode string) (*GetOrderDetailResp, error) { } con := retVal != GetOrderDetailResp{} if con { - retVal.OrderPrice = utils.Float64ToStr(utils.Str2Float64(retVal.OrderPrice) + float64(utils.WayBillDeliveryMarkUp/100)) + retVal.OrderPrice = utils.Float64ToStr(utils.Str2Float64(retVal.OrderPrice) + float64(utils.WayBillDeliveryMarkUp/100) + float64(0.2)) return &retVal, nil } else { return nil, fmt.Errorf("UU跑腿未返回运单详情")