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

淘特

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