Error: onFailure:com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 57213780054

前端 未结 1 2019
轻奢々
轻奢々 2021-01-25 06:46

Cannot get the Response from the Retrofit showing the JsonSyntaxException. I am getting the perfect response in Logcat by HTTPLoggingInterceptor but unable to get the resonse on

相关标签:
1条回答
  • 2021-01-25 07:19

    Try to get collection_id as long var or string in your Example class. because you are getting collection_id as a int but it's out of int range.

    Hope this will help you.

    0 讨论(0)
提交回复
热议问题