- OrderInfo.ShippingFee should be float
This commit is contained in:
@@ -146,7 +146,7 @@ type OrderInfo struct {
|
||||
Remark string `json:"remark"`
|
||||
Result string `json:"result"`
|
||||
ShipperPhone string `json:"shipper_phone"`
|
||||
ShippingFee int `json:"shipping_fee"`
|
||||
ShippingFee float64 `json:"shipping_fee"`
|
||||
ShippingType int `json:"shipping_type"`
|
||||
SourceID int `json:"source_id"`
|
||||
Status int `json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user