提交 9963f94c authored 作者: 张立波's avatar 张立波

云众

上级 94c285ce
...@@ -506,7 +506,28 @@ type OrderDetailRes struct { ...@@ -506,7 +506,28 @@ type OrderDetailRes struct {
SpecItemName string `json:"spec_item_name"` SpecItemName string `json:"spec_item_name"`
} `json:"options"` } `json:"options"`
} `json:"order_items"` } `json:"order_items"`
OrderExpress []interface{} `json:"order_express"` OrderExpress []struct {
Id int `json:"id"`
ThirdOrderSn string `json:"third_order_sn"`
ExpressNo string `json:"express_no"`
CompanyCode string `json:"company_code"`
CompanyName string `json:"company_name"`
CreatedAt int `json:"created_at"`
OrderItems []struct {
Id int `json:"id"`
ImageUrl string `json:"image_url"`
ProductId int `json:"product_id"`
Title string `json:"title"`
SkuTitle string `json:"sku_title"`
SkuId int `json:"sku_id"`
Qty int `json:"qty"`
SendNum int `json:"send_num"`
SendStatus int `json:"send_status"`
SkuSn string `json:"sku_sn"`
} `json:"order_items"`
ItemExpress interface{} `json:"item_express"`
IsEmpty int `json:"is_empty"`
} `json:"order_express"`
ShippingAddress struct { ShippingAddress struct {
Id int `json:"id"` Id int `json:"id"`
Realname string `json:"realname"` Realname string `json:"realname"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论