提交 64a0b5a4 authored 作者: lihaixin's avatar lihaixin

订单详情,接收参数问题处理

上级 59f41e26
...@@ -79,19 +79,19 @@ type WeimodOrderDetialRes struct { ...@@ -79,19 +79,19 @@ type WeimodOrderDetialRes struct {
Discountinfo struct { Discountinfo struct {
Balancediscountamount interface{} `json:"balanceDiscountAmount"` Balancediscountamount interface{} `json:"balanceDiscountAmount"`
Balancediscountdeliveryamount interface{} `json:"balanceDiscountDeliveryAmount"` Balancediscountdeliveryamount interface{} `json:"balanceDiscountDeliveryAmount"`
Couponcodediscountamount int `json:"couponCodeDiscountAmount"` Couponcodediscountamount interface{} `json:"couponCodeDiscountAmount"`
Couponcodediscountinfo interface{} `json:"couponCodeDiscountInfo"` Couponcodediscountinfo interface{} `json:"couponCodeDiscountInfo"`
Coupondiscountamount int `json:"couponDiscountAmount"` Coupondiscountamount interface{} `json:"couponDiscountAmount"`
Coupondiscountinfo interface{} `json:"couponDiscountInfo"` Coupondiscountinfo interface{} `json:"couponDiscountInfo"`
Deliveryusedpoints interface{} `json:"deliveryUsedPoints"` Deliveryusedpoints interface{} `json:"deliveryUsedPoints"`
Memberpointsdiscountamount int `json:"memberPointsDiscountAmount"` Memberpointsdiscountamount interface{} `json:"memberPointsDiscountAmount"`
Membershipdiscountamount int `json:"membershipDiscountAmount"` Membershipdiscountamount interface{} `json:"membershipDiscountAmount"`
Membershipdiscountinfo interface{} `json:"membershipDiscountInfo"` Membershipdiscountinfo interface{} `json:"membershipDiscountInfo"`
Merchantdiscountamount int `json:"merchantDiscountAmount"` Merchantdiscountamount interface{} `json:"merchantDiscountAmount"`
Nynjdiscountamount interface{} `json:"nynjDiscountAmount"` Nynjdiscountamount interface{} `json:"nynjDiscountAmount"`
Pointsdiscountdeliveryamount interface{} `json:"pointsDiscountDeliveryAmount"` Pointsdiscountdeliveryamount interface{} `json:"pointsDiscountDeliveryAmount"`
Promotiondiscountamount int `json:"promotionDiscountAmount"` Promotiondiscountamount interface{} `json:"promotionDiscountAmount"`
Usedmemberpoints int `json:"usedMemberPoints"` Usedmemberpoints interface{} `json:"usedMemberPoints"`
} `json:"discountInfo"` } `json:"discountInfo"`
Enabledelivery int `json:"enableDelivery"` Enabledelivery int `json:"enableDelivery"`
Flagcontent interface{} `json:"flagContent"` Flagcontent interface{} `json:"flagContent"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论