Commit 5222b766 authored by chengkun's avatar chengkun

total_price -> payment

parent 4ee2089e
......@@ -48,7 +48,7 @@ data class OrderWebData(
@SerializedName(value = "pay_time")
val pay_time: String,
@SerializedName(value = "payment")
val payment: Double,
val payment: String,
@SerializedName(value = "place_list")
val place_list: PlaceList,
@SerializedName(value = "refund_amount")
......
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