京东商城订单result
This commit is contained in:
@@ -44,7 +44,6 @@ func (a *API) GetDeliveryCompany() (result interface{}, err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GetOrderResult struct {
|
type GetOrderResult struct {
|
||||||
OrderInfo 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"`
|
||||||
@@ -87,13 +86,6 @@ type GetOrderResult struct {
|
|||||||
OrderID string `json:"orderId"`
|
OrderID string `json:"orderId"`
|
||||||
OrderSource string `json:"orderSource"`
|
OrderSource string `json:"orderSource"`
|
||||||
FreightPrice string `json:"freightPrice"`
|
FreightPrice string `json:"freightPrice"`
|
||||||
} `json:"orderInfo"`
|
|
||||||
APIResult struct {
|
|
||||||
EnglishErrCode string `json:"englishErrCode"`
|
|
||||||
Success bool `json:"success"`
|
|
||||||
ChineseErrCode string `json:"chineseErrCode"`
|
|
||||||
NumberCode int `json:"numberCode"`
|
|
||||||
} `json:"apiResult"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询单个订单
|
//查询单个订单
|
||||||
|
|||||||
Reference in New Issue
Block a user