1:修改酒吧房小黑屋礼物

This commit is contained in:
2026-01-09 14:38:00 +08:00
parent 2589b97f29
commit 34f4d980ad

View File

@@ -28,10 +28,8 @@ class PrivatePresenter(context: Context, val view: PrivateContacts.View?) :
} }
override fun getGiftList(roomId: String) { override fun getGiftList(roomId: String) {
RetrofitClient.getInstance().getGiftList(5,roomId, object : BaseObserver<List<RoonGiftModel>>() { RetrofitClient.getInstance().getNewGiftList(16,"6", object : BaseObserver<List<RoonGiftModel>>() {
override fun onSubscribe(d: Disposable) { override fun onSubscribe(d: Disposable) {
} }