diff --git a/platformapi/jdshopapi/order.go b/platformapi/jdshopapi/order.go index abbcc6ff..ec509509 100644 --- a/platformapi/jdshopapi/order.go +++ b/platformapi/jdshopapi/order.go @@ -81,16 +81,16 @@ type GetOrderResult struct { JdPrice string `json:"jdPrice"` SkuName string `json:"skuName"` InvoiceContentID string `json:"invoiceContentId"` - ItemExt string `json:"itemExt"` - NewStoreID string `json:"newStoreId"` - OuterSkuID string `json:"outerSkuId"` - SkuID string `json:"skuId"` - WareID string `json:"wareId"` - GiftPoint string `json:"giftPoint"` + // ItemExt string `json:"itemExt"` + NewStoreID string `json:"newStoreId"` + OuterSkuID string `json:"outerSkuId"` + SkuID string `json:"skuId"` + WareID string `json:"wareId"` + GiftPoint string `json:"giftPoint"` } `json:"itemInfoList"` - StoreID string `json:"storeId"` - OrderTotalPrice string `json:"orderTotalPrice"` - OrderExt string `json:"orderExt"` + StoreID string `json:"storeId"` + OrderTotalPrice string `json:"orderTotalPrice"` + // OrderExt string `json:"orderExt"` StoreOrder string `json:"storeOrder"` OrderStartTime string `json:"orderStartTime"` OrderID string `json:"orderId"`