- remove mtpsapi.CreateOrderByShopParam.ExpectedDeliveryTime.

This commit is contained in:
gazebo
2018-07-26 16:23:16 +08:00
parent a13bb2e0d7
commit 6ed6aa15b2

View File

@@ -124,7 +124,7 @@ type CreateOrderByShopParam struct {
CoordinateType int `json:"coordinate_type"` CoordinateType int `json:"coordinate_type"`
GoodsValue float64 `json:"goods_value"` GoodsValue float64 `json:"goods_value"`
GoodsWeight float64 `json:"goods_weight"` GoodsWeight float64 `json:"goods_weight"`
ExpectedDeliveryTime int64 `json:"expected_delivery_time"` // ExpectedDeliveryTime int64 `json:"expected_delivery_time"`
OrderType int `json:"order_type"` OrderType int `json:"order_type"`
} }