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

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

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