Commit 86fd2add authored by chengkun's avatar chengkun

优惠券数据格式修改

parent 44986c1d
...@@ -8,7 +8,7 @@ data class OrderWebData( ...@@ -8,7 +8,7 @@ data class OrderWebData(
@SerializedName(value = "desc_pic_url") @SerializedName(value = "desc_pic_url")
val desc_pic_url: String, val desc_pic_url: String,
@SerializedName(value = "discount_fee") @SerializedName(value = "discount_fee")
val discount_fee: Int, val discount_fee: String,
@SerializedName(value = "goods_desc") @SerializedName(value = "goods_desc")
val goods_desc: String, val goods_desc: String,
@SerializedName(value = "goods_introduce") @SerializedName(value = "goods_introduce")
......
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