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

淘特

上级 753d6ef4
...@@ -12,6 +12,38 @@ type logisticsItao struct { ...@@ -12,6 +12,38 @@ type logisticsItao struct {
var Logistics = logisticsItao{} var Logistics = logisticsItao{}
type LogisticsTraceRes struct { type LogisticsTraceRes struct {
Result struct {
Result struct {
Result []struct {
DetailList []struct {
Action string `json:"action"`
GmtCreate string `json:"gmtCreate"`
StanderdDesc string `json:"standerdDesc"`
Status string `json:"status"`
Time int64 `json:"time"`
MailNo string `json:"mailNo,omitempty"`
TpName string `json:"tpName,omitempty"`
} `json:"detailList"`
GoodsList []interface{} `json:"goodsList"`
MailNo string `json:"mailNo"`
Receiver struct {
Adr string `json:"adr"`
CityName string `json:"cityName"`
DistrictName string `json:"districtName"`
Name string `json:"name"`
ProvinceName string `json:"provinceName"`
Telphone string `json:"telphone"`
} `json:"receiver"`
Status struct {
StatusCode string `json:"statusCode"`
StatusDesc string `json:"statusDesc"`
} `json:"status"`
} `json:"result"`
Success bool `json:"success"`
ErrMsg string `json:"errMsg"`
ErrCode string `json:"errCode"`
} `json:"result"`
} `json:"result"`
} }
//Trace 物流轨迹 //Trace 物流轨迹
......
...@@ -57,7 +57,7 @@ type OrderBeforeRes struct { ...@@ -57,7 +57,7 @@ type OrderBeforeRes struct {
ValidOrderGroups []struct { ValidOrderGroups []struct {
DeliveryMethodInfo struct { DeliveryMethodInfo struct {
DeliveryMethodOptionList []struct { DeliveryMethodOptionList []struct {
FareCent int `json:"fareCent"` FareCent float64 `json:"fareCent"`
Id string `json:"id"` Id string `json:"id"`
ServiceType int `json:"serviceType"` ServiceType int `json:"serviceType"`
} `json:"deliveryMethodOptionList"` } `json:"deliveryMethodOptionList"`
...@@ -200,7 +200,7 @@ type OrderDetailRes struct { ...@@ -200,7 +200,7 @@ type OrderDetailRes struct {
LogisticsStatus int `json:"logisticsStatus"` LogisticsStatus int `json:"logisticsStatus"`
Main int `json:"main"` Main int `json:"main"`
ParentId int64 `json:"parentId"` ParentId int64 `json:"parentId"`
PayFee int `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"` PostFee int `json:"postFee"`
...@@ -227,7 +227,7 @@ type OrderDetailRes struct { ...@@ -227,7 +227,7 @@ type OrderDetailRes struct {
//8 - 还未创建物流订单 //8 - 还未创建物流订单
Main int `json:"main"` Main int `json:"main"`
ParentId int64 `json:"parentId"` ParentId int64 `json:"parentId"`
PayFee int `json:"payFee"` PayFee float64 `json:"payFee"`
PayOrderId int64 `json:"payOrderId"` PayOrderId int64 `json:"payOrderId"`
PayStatus int `json:"payStatus"` PayStatus int `json:"payStatus"`
//1 - 未冻结/未付款 -> 等待买家付款 //1 - 未冻结/未付款 -> 等待买家付款
...@@ -237,7 +237,7 @@ type OrderDetailRes struct { ...@@ -237,7 +237,7 @@ type OrderDetailRes struct {
//7 - 没有创建外部交易 //7 - 没有创建外部交易
//8 - 交易被关闭 //8 - 交易被关闭
//9 - 不可付款 //9 - 不可付款
PostFee int `json:"postFee"` 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"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论