修改BUG
This commit is contained in:
@@ -15,7 +15,9 @@ public class RoomGiftGiveEvent {
|
||||
public RoonGiftModel roonGiftModel;
|
||||
public int send_type;
|
||||
public String heart_id;
|
||||
public RoomGiftGiveEvent(String userId, String room_id, String pit, String num, int send_type, RoonGiftModel giftModel, RoonGiftModel roonGiftModel,String heart_id){
|
||||
public String auction_id;
|
||||
public RoomGiftGiveEvent(String userId, String room_id, String pit, String num, int send_type,
|
||||
RoonGiftModel giftModel, RoonGiftModel roonGiftModel,String heart_id,String auction_id){
|
||||
this.userId = userId;
|
||||
this.room_id = room_id;
|
||||
this.pit = pit;
|
||||
@@ -24,6 +26,7 @@ public class RoomGiftGiveEvent {
|
||||
this.giftModel = giftModel;
|
||||
this.roonGiftModel = roonGiftModel;
|
||||
this.heart_id = heart_id;
|
||||
this.auction_id = auction_id;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user