更新游戏安装引导接口
This commit is contained in:
@ -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>() {
|
||||
|
||||
@ -3275,7 +3275,7 @@ public interface ApiService {
|
||||
/**
|
||||
* 获取引导浮窗
|
||||
*/
|
||||
@GET("api_go/games_guide_popup")
|
||||
@GET("api_go/games/guide_popup")
|
||||
Single<GameGuidePopupEntity> getGameGuidePopup(
|
||||
@Query("manufacture") String manufacture,
|
||||
@Query("android_version") String systemVersion,
|
||||
|
||||
Reference in New Issue
Block a user