2020
12-02
12-02
Android Retrofit2数据解析代码解析
在弄数据解析这块,浪费了很长的时间,最开始一直觉得传过来用对象接收的,类型是json,往那个方式去想了。搞了很久。后来看了别人写的才发觉,真是很简单,感谢https://www.jianshu.com/p/d0081e8a7edc给我启发。加入的jar包//Retrofit库implementation'com.squareup.retrofit2:retrofit:2.0.2'implementation'com.squareup.retrofit2:converter-gson:2.0.2'服务端传过来的数据:{"code":0,"resultMsg":"OJBK","resultState"...
继续阅读 >