Fix: Change PlanData.sell type from Boolean to Int (API returns number)
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ data class PlanData (
|
||||
@SerializedName("speed_limit") val speed_limit : Long?,
|
||||
@SerializedName("device_limit") val device_limit : Int?,
|
||||
@SerializedName("show") val show : Boolean?,
|
||||
@SerializedName("sell") val sell : Boolean?,
|
||||
@SerializedName("sell") val sell : Int?,
|
||||
@SerializedName("sort") val sort : Int?,
|
||||
@SerializedName("renew") val renew : Boolean?,
|
||||
@SerializedName("content") val content : String?,
|
||||
|
||||
Reference in New Issue
Block a user