1:修改酒吧房小黑屋礼物
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user