提交 dcfbd67c authored 作者: lihaixin's avatar lihaixin

解析订单详情问题

上级 6b215dcd
...@@ -46,7 +46,7 @@ type WeimodOrderDetialRes struct { ...@@ -46,7 +46,7 @@ type WeimodOrderDetialRes struct {
Sort int `json:"sort"` Sort int `json:"sort"`
Value string `json:"value"` Value string `json:"value"`
} `json:"customFieldList"` } `json:"customFieldList"`
Deliveryamount int `json:"deliveryAmount"` Deliveryamount float64 `json:"deliveryAmount"`
Deliverydetail struct { Deliverydetail struct {
Citydeliverydetail interface{} `json:"cityDeliveryDetail"` Citydeliverydetail interface{} `json:"cityDeliveryDetail"`
Deliverytype int `json:"deliveryType"` Deliverytype int `json:"deliveryType"`
...@@ -74,7 +74,7 @@ type WeimodOrderDetialRes struct { ...@@ -74,7 +74,7 @@ type WeimodOrderDetialRes struct {
Selfpickupdetail interface{} `json:"selfPickupDetail"` Selfpickupdetail interface{} `json:"selfPickupDetail"`
} `json:"deliveryDetail"` } `json:"deliveryDetail"`
Deliverydiscountamount interface{} `json:"deliveryDiscountAmount"` Deliverydiscountamount interface{} `json:"deliveryDiscountAmount"`
Deliverypaymentamount int `json:"deliveryPaymentAmount"` Deliverypaymentamount float64 `json:"deliveryPaymentAmount"`
Deliverytime interface{} `json:"deliveryTime"` Deliverytime interface{} `json:"deliveryTime"`
Discountinfo struct { Discountinfo struct {
Balancediscountamount int `json:"balanceDiscountAmount"` Balancediscountamount int `json:"balanceDiscountAmount"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论