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"` // 收件人地址