更新游戏安装引导接口

This commit is contained in:
leafwai
2021-08-30 21:28:49 +08:00
parent 758c331af5
commit 92b6ebcb08
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ public class Config {
});
RetrofitManager.getInstance(HaloApp.getInstance().getApplication())
.getApi().getGameGuidePopup(Build.MANUFACTURER, Build.VERSION.RELEASE, Build.MODEL, channel, Constants.API_VERSION)
.getApi().getGameGuidePopup(Build.MANUFACTURER, Build.VERSION.RELEASE, Build.MODEL, channel, BuildConfig.VERSION_NAME)
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new BiResponse<GameGuidePopupEntity>() {