完成 RxJava 版本的更新

This commit is contained in:
chenjuntao
2018-07-06 10:44:37 +08:00
parent 3f9fb27642
commit 3ffd6f74f1
43 changed files with 244 additions and 248 deletions

View File

@ -11,13 +11,13 @@ import com.lightgame.utils.Utils;
import org.json.JSONObject;
import io.reactivex.Observable;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.schedulers.Schedulers;
import okhttp3.MediaType;
import okhttp3.RequestBody;
import okhttp3.ResponseBody;
import retrofit2.HttpException;
import rx.Observable;
import rx.android.schedulers.AndroidSchedulers;
import rx.schedulers.Schedulers;
/**
* Created by khy on 2016/11/9.