修复获取快递订单详情出错

This commit is contained in:
richboo111
2022-07-26 17:25:13 +08:00
parent 59a2c4f1ed
commit 19bb1fbdad

View File

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