jdshop orde
This commit is contained in:
@@ -9,25 +9,26 @@ import (
|
||||
)
|
||||
|
||||
type CallBackResult struct {
|
||||
OrderStateRemark string `json:"orderStateRemark"`
|
||||
OrderRemark string `json:"orderRemark"`
|
||||
OrderSellerPrice string `json:"orderSellerPrice"`
|
||||
OrderState string `json:"orderState"`
|
||||
OrderType string `json:"orderType"`
|
||||
OrderPayment string `json:"orderPayment"`
|
||||
PayType string `json:"payType"`
|
||||
StoreID string `json:"storeId"`
|
||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||
OrderExt string `json:"orderExt"`
|
||||
StoreOrder string `json:"storeOrder"`
|
||||
OrderStartTime string `json:"orderStartTime"`
|
||||
OrderID string `json:"orderId"`
|
||||
OrderSource string `json:"orderSource"`
|
||||
FreightPrice string `json:"freightPrice"`
|
||||
MsgType string `json:"msgType"`
|
||||
Pin string `json:"pin"`
|
||||
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
||||
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
||||
OrderStateRemark string `json:"orderStateRemark"`
|
||||
OrderRemark string `json:"orderRemark"`
|
||||
OrderSellerPrice string `json:"orderSellerPrice"`
|
||||
OrderState string `json:"orderState"`
|
||||
OrderType string `json:"orderType"`
|
||||
OrderPayment string `json:"orderPayment"`
|
||||
PayType string `json:"payType"`
|
||||
StoreID string `json:"storeId"`
|
||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||
OrderExt string `json:"orderExt"`
|
||||
StoreOrder string `json:"storeOrder"`
|
||||
OrderStartTime string `json:"orderStartTime"`
|
||||
OrderID string `json:"orderId"`
|
||||
OrderSource string `json:"orderSource"`
|
||||
FreightPrice string `json:"freightPrice"`
|
||||
MsgType string `json:"msgType"`
|
||||
Pin string `json:"pin"`
|
||||
IDSopShipmenttype string `json:"idSopShipmenttype"`
|
||||
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
||||
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
||||
}
|
||||
|
||||
type CallBackConsigneeInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user