retrofit返回数据空指针异常报错
2018-03-29 本文已影响0人
宇宙大馒头
retrofit返回数据空指针异常报错:

解决方法1:

key值的@Expose一定要加上,gson需要
解决方法2:

本解决方法,参考了该博客:https://blog.csdn.net/muzili1206/article/details/62223242
retrofit返回数据空指针异常报错:
解决方法1:
key值的@Expose一定要加上,gson需要
解决方法2:
本解决方法,参考了该博客:https://blog.csdn.net/muzili1206/article/details/62223242