1:修改所有和礼物有关系的接口,分别是打赏接口、房间礼物,这个进行修改

2:修改排麦插队礼物,id传0
3:歌单礼物传递的id是100
This commit is contained in:
2026-01-26 14:18:07 +08:00
parent e23578838c
commit 8db507718c
8 changed files with 30 additions and 20 deletions

View File

@@ -847,11 +847,6 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
private void refreshCurrentGiftFragment(String id, int status, String type) {
if (getCurrentGiftFragment() != null) {
getCurrentGiftFragment().loadDataIfNeeded(id, status, type);
if (id.equals("1013")) {
}
}
}