提交 ab09baa6 authored 作者: 屈传平's avatar 屈传平

yonghui

上级 8d7d92b1
...@@ -94,9 +94,24 @@ type OrderDetailRes struct { ...@@ -94,9 +94,24 @@ type OrderDetailRes struct {
Code string `json:"code"` Code string `json:"code"`
Message string `json:"message"` Message string `json:"message"`
Data struct { Data struct {
CreateTime string `json:"createTime"` ThirdOrderCode string `json:"thirdOrderCode"`
Freight int `json:"freight"` CsxOrderCode string `json:"csxOrderCode"`
GoodsDetails []struct { IsSplit int `json:"isSplit"`
CreateTime string `json:"createTime"`
Freight string `json:"freight"`
OrderPrice string `json:"orderPrice"`
OrderStatus int `json:"orderStatus"`
DeliveryType int `json:"deliveryType"`
PayTime string `json:"payTime"`
ReceiverAddress string `json:"receiverAddress"`
ReceiverName string `json:"receiverName"`
ReceiverPhone string `json:"receiverPhone"`
UserName string `json:"userName"`
UserTelephone string `json:"userTelephone"`
OrderType int `json:"orderType"`
PushType string `json:"pushType"`
ShipTime string `json:"shipTime"`
GoodsDetails []struct {
ClassCode string `json:"classCode"` ClassCode string `json:"classCode"`
ClassName string `json:"className"` ClassName string `json:"className"`
GoodsCode string `json:"goodsCode"` GoodsCode string `json:"goodsCode"`
...@@ -111,23 +126,11 @@ type OrderDetailRes struct { ...@@ -111,23 +126,11 @@ type OrderDetailRes struct {
TaxRate int `json:"taxRate"` TaxRate int `json:"taxRate"`
TotalPrice int `json:"totalPrice"` TotalPrice int `json:"totalPrice"`
} `json:"goodsDetails"` } `json:"goodsDetails"`
CsxOrderCode string `json:"csxOrderCode"` PayDetails []struct {
OrderPrice int `json:"orderPrice"`
OrderStatus string `json:"orderStatus"`
OrderType int `json:"orderType"`
PayDetails []struct {
PayAmount int `json:"payAmount"` PayAmount int `json:"payAmount"`
PayCode string `json:"payCode"` PayCode string `json:"payCode"`
PayType string `json:"payType"` PayType string `json:"payType"`
} `json:"payDetails"` } `json:"payDetails"`
PayTime string `json:"payTime"`
PushType string `json:"pushType"`
ReceiverAddress string `json:"receiverAddress"`
ReceiverName string `json:"receiverName"`
ReceiverPhone string `json:"receiverPhone"`
ShipTime string `json:"shipTime"`
UserName string `json:"userName"`
UserTelephone string `json:"userTelephone"`
SubOrderDetails []struct { SubOrderDetails []struct {
CsxSubOrderCode string `json:"csxSubOrderCode"` CsxSubOrderCode string `json:"csxSubOrderCode"`
OrderStatus string `json:"orderStatus"` OrderStatus string `json:"orderStatus"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论