From 19bb1fbdadca87924bffae645e0afce62955b3a1 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 26 Jul 2022 17:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96=E5=BF=AB?= =?UTF-8?q?=E9=80=92=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/q_bida/q_bida_params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/q_bida/q_bida_params.go b/platformapi/q_bida/q_bida_params.go index af6e6bb5..c90233eb 100644 --- a/platformapi/q_bida/q_bida_params.go +++ b/platformapi/q_bida/q_bida_params.go @@ -151,8 +151,8 @@ type OrderDetail struct { InsuranceFee float64 `json:"insuranceFee"` // 保价费元 IsForward bool `json:"isForward"` // 是否转寄单0否1是(转寄单额外收取50%运费) IsLimit bool `json:"isLimit"` // 是否超限0否1是 - OriginalFee int `json:"originalFee"` // 官方原价 - OtherFee int `json:"otherFee"` // 其他费用 + OriginalFee float64 `json:"originalFee"` // 官方原价 + OtherFee float64 `json:"otherFee"` // 其他费用 OverWeightStatus int `json:"overWeightStatus"` // 超重状态 PackageNum int `json:"packageNum"` // 包裹数 ReceiveAddress string `json:"receiveAddress"` // 收件人地址