提交 c03995d7 authored 作者: zhanglibo's avatar zhanglibo

淘特

上级 1a97c8e2
......@@ -193,13 +193,18 @@ type OrderDetailRes struct {
BuyAmount int `json:"buyAmount"`
BuyerToken string `json:"buyerToken"`
Detail int `json:"detail"`
EndTime string `json:"endTime"`
GmtCreate string `json:"gmtCreate"`
ItemInfo struct {
ItemId string `json:"itemId"`
Pic string `json:"pic"`
Price string `json:"price"`
SkuId string `json:"skuId"`
Title string `json:"title"`
ItemId string `json:"itemId"`
Pic string `json:"pic"`
Price string `json:"price"`
SkuId string `json:"skuId"`
SkuInfoList []struct {
Name string `json:"name"`
Value string `json:"value"`
} `json:"skuInfoList"`
Title string `json:"title"`
} `json:"itemInfo"`
LogisticsOrderId int64 `json:"logisticsOrderId"`
LogisticsStatus int `json:"logisticsStatus"`
......@@ -208,18 +213,24 @@ type OrderDetailRes struct {
PayFee float64 `json:"payFee"`
PayOrderId int64 `json:"payOrderId"`
PayStatus int `json:"payStatus"`
PostFee int `json:"postFee"`
PayTime string `json:"payTime"`
PostFee float64 `json:"postFee"`
RefundStatus int `json:"refundStatus"`
SellerToken string `json:"sellerToken"`
Status int `json:"status"`
} `json:"detailOrderList"`
EndTime string `json:"endTime"`
GmtCreate string `json:"gmtCreate"`
ItemInfo struct {
ItemId string `json:"itemId"`
Pic string `json:"pic"`
Price string `json:"price"`
SkuId string `json:"skuId"`
Title string `json:"title"`
ItemId string `json:"itemId"`
Pic string `json:"pic"`
Price string `json:"price"`
SkuId string `json:"skuId"`
SkuInfoList []struct {
Name string `json:"name"`
Value string `json:"value"`
} `json:"skuInfoList"`
Title string `json:"title"`
} `json:"itemInfo"`
LogisticsOrderId int64 `json:"logisticsOrderId"`
LogisticsStatus int `json:"logisticsStatus"`
......@@ -242,6 +253,7 @@ type OrderDetailRes struct {
//7 - 没有创建外部交易
//8 - 交易被关闭
//9 - 不可付款
PayTime string `json:"payTime"`
PostFee float64 `json:"postFee"`
RefundStatus int `json:"refundStatus"`
SellerToken string `json:"sellerToken"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论