1:优化服务地址

2:修改盲盒转盘声音,修改成0.2
3:修改红包声音,0.2
4:修改巡乐会,最后出现的空白
5:优化一键赠送背包礼物的时候,连续点击后,出现的错误
7:修改打包的应用图标
This commit is contained in:
2026-01-13 16:04:21 +08:00
parent 0fd8ecd73d
commit 8f4c2d1b83
10 changed files with 34 additions and 28 deletions

View File

@@ -5556,8 +5556,7 @@ public class RetrofitClient {
}
/// 巡乐会抽奖
public void xlhChou(String roomId, String
num, BaseObserver<List<XlhDrawBean>> observer) {
public void xlhChou(String roomId, String num, BaseObserver<List<XlhDrawBean>> observer) {
sApiServer.xlhChou(roomId, num).enqueue(new Callback<BaseModel<List<XlhDrawBean>>>() {
@Override
public void onResponse(Call<BaseModel<List<XlhDrawBean>>> call, Response<BaseModel<List<XlhDrawBean>>> response) {
@@ -5570,7 +5569,7 @@ public class RetrofitClient {
} else if (baseModel.getCode() == 301) {
setCode301(baseModel.getMsg());
} else {
observer.onNext(new ArrayList<>());
// observer.onNext(new ArrayList<>());
ToastUtils.showShort(baseModel.getMsg());
}

View File

@@ -197,7 +197,7 @@ public class AgoraManager {
config.mAppId = appId;
config.mEventHandler = getDefaultEventHandler();
config.mChannelProfile = Constants.CHANNEL_PROFILE_LIVE_BROADCASTING;
config.mAudioScenario = Constants.AUDIO_SCENARIO_CHORUS;
config.mAudioScenario = Constants.AUDIO_SCENARIO_GAME_STREAMING;
config.mAreaCode = 1;
rtcEngine = (RtcEngineEx) RtcEngine.create(config);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB