Commit b1fc8d0d authored by yinjiacheng's avatar yinjiacheng

update 订单详情数据结构

parent ca5d4bb3
......@@ -22,7 +22,7 @@ data class OrderDetailDto(
@SerializedName("comment") // 订单备注
val comment: String,
@SerializedName("coupon_list") // 优惠券信息
val couponList: List<CouponDto>,
val couponList: List<Coupon>,
@SerializedName("create_time")
val createTime: String,
@SerializedName("discount_fee") // 优惠金额
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment