From e7705249c0e9ceccc226782087d0241cb6c96d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 2 Dec 2020 08:50:02 +0800 Subject: [PATCH] a --- platformapi/jdshopapi/order.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"` } //查询单个订单