房间用户信息。

This commit is contained in:
2025-11-20 16:11:13 +08:00
parent cf73819ad0
commit db79bafdbc
9 changed files with 383 additions and 175 deletions

View File

@@ -117,9 +117,12 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
roomId = getArguments().getString("roomId");
jingp = getArguments().getInt("jingp");
heart_id = getArguments().getString("heart_id");
LogUtils.e("RoomGiftDialogFragment_roomInfoResp",roomInfoResp.toString());
LogUtils.e("RoomGiftDialogFragment_userInfo",userInfo.toString());
if (roomInfoResp != null) {
LogUtils.e("RoomGiftDialogFragment_roomInfoResp", roomInfoResp.toString());
}
if (userInfo != null) {
LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString());
}
}
@Override