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

解析订单详情问题

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