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

@@ -108,7 +108,7 @@ public class GiftTwoDetailsFragment extends BaseMvpFragment<RewardGiftPresenter,
@Override
protected void initData() {
if (type == 0) {
if (type == 0) {//当type=0的时候这个是点击排麦插队礼物的这里传递的id是0
MvpPre.getGiftList("0", type, roomId);
}
}