Retrofit POST with list of object

后端 未结 0 831
春和景丽
春和景丽 2021-02-07 04:37

I try send Post with Auth. token, id and list of object(List).

data class Passenger(
    @SerializedName("seat")
    @Expose
    var seat: Int = 0,

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题