提交 7ca91a9f authored 作者: zhanglibo's avatar zhanglibo

itao

上级 0ac78585
...@@ -12,7 +12,6 @@ type logisticsItao struct { ...@@ -12,7 +12,6 @@ type logisticsItao struct {
var Logistics = logisticsItao{} var Logistics = logisticsItao{}
type LogisticsTraceRes struct { type LogisticsTraceRes struct {
Result struct {
Result struct { Result struct {
Result []struct { Result []struct {
DetailList []struct { DetailList []struct {
...@@ -20,7 +19,7 @@ type LogisticsTraceRes struct { ...@@ -20,7 +19,7 @@ type LogisticsTraceRes struct {
GmtCreate string `json:"gmtCreate"` GmtCreate string `json:"gmtCreate"`
StanderdDesc string `json:"standerdDesc"` StanderdDesc string `json:"standerdDesc"`
Status string `json:"status"` Status string `json:"status"`
Time int64 `json:"time"` Time string `json:"time"`
MailNo string `json:"mailNo,omitempty"` MailNo string `json:"mailNo,omitempty"`
TpName string `json:"tpName,omitempty"` TpName string `json:"tpName,omitempty"`
} `json:"detailList"` } `json:"detailList"`
...@@ -43,7 +42,6 @@ type LogisticsTraceRes struct { ...@@ -43,7 +42,6 @@ type LogisticsTraceRes struct {
ErrMsg string `json:"errMsg"` ErrMsg string `json:"errMsg"`
ErrCode string `json:"errCode"` ErrCode string `json:"errCode"`
} `json:"result"` } `json:"result"`
} `json:"result"`
} }
//Trace 物流轨迹 //Trace 物流轨迹
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论