diff --git a/platformapi/jdshopapi/order.go b/platformapi/jdshopapi/order.go index 39aed700..40ab3f4d 100644 --- a/platformapi/jdshopapi/order.go +++ b/platformapi/jdshopapi/order.go @@ -104,11 +104,11 @@ type GetOrderResult struct { } type OrderExt struct { - O2ODeliveryTime string `json:"o2oDeliveryTime"` - AerfaTimeIDSopShipmentType string `json:"aerfaTime.idSopShipmentType"` - StoreName string `json:"storeName"` - Road string `json:"road"` - Contact string `json:"contact"` + O2ODeliveryTime string `json:"o2oDeliveryTime"` + // AerfaTimeIDSopShipmentType string `json:"aerfaTime.idSopShipmentType"` + StoreName string `json:"storeName"` + Road string `json:"road"` + Contact string `json:"contact"` } //查询单个订单