Ta上传的资源 (0)

Retrofit的简单分装类,将call中的泛型改为需要的实体类然后加入接口就可以直接使用gradle中需要添加implementation'com.squareup.retrofit2:converter-gson:2.0.2'implementation'com.squareup.retrofi

module中的gradle导入即可使用,带异步处理机制 dependencies { compile 'com.squareup.okhttp3:okhttp:3.6.0' }