This commit is contained in:
苏尹岚
2020-12-02 08:52:52 +08:00
parent e7705249c0
commit 6c64a541d8
2 changed files with 23 additions and 23 deletions

View File

@@ -9,16 +9,16 @@ import (
) )
type CallBackResult struct { type CallBackResult struct {
OrderStateRemark string `json:"orderStateRemark"` OrderStateRemark string `json:"orderStateRemark"`
OrderRemark string `json:"orderRemark"` OrderRemark string `json:"orderRemark"`
OrderSellerPrice string `json:"orderSellerPrice"` OrderSellerPrice string `json:"orderSellerPrice"`
OrderState string `json:"orderState"` OrderState string `json:"orderState"`
OrderType string `json:"orderType"` OrderType string `json:"orderType"`
OrderPayment string `json:"orderPayment"` OrderPayment string `json:"orderPayment"`
PayType string `json:"payType"` PayType string `json:"payType"`
StoreID string `json:"storeId"` StoreID string `json:"storeId"`
OrderTotalPrice string `json:"orderTotalPrice"` OrderTotalPrice string `json:"orderTotalPrice"`
OrderExt *OrderExt `json:"orderExt"` // OrderExt *OrderExt `json:"orderExt"`
StoreOrder string `json:"storeOrder"` StoreOrder string `json:"storeOrder"`
OrderStartTime string `json:"orderStartTime"` OrderStartTime string `json:"orderStartTime"`
OrderID string `json:"orderId"` OrderID string `json:"orderId"`

View File

@@ -88,19 +88,19 @@ type GetOrderResult struct {
WareID string `json:"wareId"` WareID string `json:"wareId"`
GiftPoint string `json:"giftPoint"` GiftPoint string `json:"giftPoint"`
} `json:"itemInfoList"` } `json:"itemInfoList"`
StoreID string `json:"storeId"` StoreID string `json:"storeId"`
OrderTotalPrice string `json:"orderTotalPrice"` OrderTotalPrice string `json:"orderTotalPrice"`
OrderExt *OrderExt `json:"orderExt"` // OrderExt *OrderExt `json:"orderExt"`
StoreOrder string `json:"storeOrder"` StoreOrder string `json:"storeOrder"`
OrderStartTime string `json:"orderStartTime"` OrderStartTime string `json:"orderStartTime"`
OrderID string `json:"orderId"` OrderID string `json:"orderId"`
OrderSource string `json:"orderSource"` OrderSource string `json:"orderSource"`
FreightPrice string `json:"freightPrice"` FreightPrice string `json:"freightPrice"`
Pin string `json:"pin"` Pin string `json:"pin"`
IDSopShipmenttype string `json:"idSopShipmenttype"` IDSopShipmenttype string `json:"idSopShipmenttype"`
ScDT string `json:"scDT"` ScDT string `json:"scDT"`
SellerDiscount string `json:"sellerDiscount"` SellerDiscount string `json:"sellerDiscount"`
MenDianID string `json:"menDianId"` MenDianID string `json:"menDianId"`
} }
type OrderExt struct { type OrderExt struct {