retrofit2.adapter.rxjava.HttpException修改为retrofit2.HttpException
This commit is contained in:
@ -9,7 +9,7 @@ import com.gh.gamecenter.retrofit.*;
|
||||
import com.gh.gamecenter.retrofit.Response;
|
||||
import okhttp3.*;
|
||||
import org.json.*;
|
||||
import retrofit2.adapter.rxjava.HttpException;
|
||||
import retrofit2.HttpException;
|
||||
import rx.android.schedulers.AndroidSchedulers;
|
||||
import rx.schedulers.Schedulers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user