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