forked from Cookies_Github_mirror/AquaDX
[ONGEKI] Add support for ONGEKI Red Plus
This commit is contained in:
@@ -25,6 +25,8 @@ public class UpsertUserAll implements Serializable {
|
||||
|
||||
private List<UserPlaylog> userPlaylogList;
|
||||
|
||||
private List<Map<String, Object>> userJewelboostlogList;
|
||||
|
||||
private List<Map<String, Object>> userSessionlogList;
|
||||
|
||||
private List<UserActivity> userActivityList;
|
||||
@@ -77,6 +79,16 @@ public class UpsertUserAll implements Serializable {
|
||||
|
||||
private List<UserScenario> userScenarioList;
|
||||
|
||||
private List<Map<String, Object>> userTradeItemList;
|
||||
|
||||
private List<Map<String, Object>> userEventMusicList;
|
||||
|
||||
private List<Map<String, Object>> userTechEventList;
|
||||
|
||||
private List<Map<String, Object>> userKopList;
|
||||
|
||||
private Map<String, Object> clientSystemInfo;
|
||||
|
||||
@JsonProperty("isNewMusicDetailList")
|
||||
private String isNewMusicDetailList;
|
||||
|
||||
@@ -116,4 +128,25 @@ public class UpsertUserAll implements Serializable {
|
||||
@JsonProperty("isNewRatinglogList")
|
||||
private String isNewRatinglogList;
|
||||
|
||||
@JsonProperty("isNewBossList")
|
||||
private String isNewBossList;
|
||||
|
||||
@JsonProperty("isNewTechCountList")
|
||||
private String isNewTechCountList;
|
||||
|
||||
@JsonProperty("isNewScenarioList")
|
||||
private String isNewScenarioList;
|
||||
|
||||
@JsonProperty("isNewTradeItemList")
|
||||
private String isNewTradeItemList;
|
||||
|
||||
@JsonProperty("isNewEventMusicList")
|
||||
private String isNewEventMusicList;
|
||||
|
||||
@JsonProperty("isNewTechEventList")
|
||||
private String isNewTechEventList;
|
||||
|
||||
@JsonProperty("isNewKopList")
|
||||
private String isNewKopList;
|
||||
|
||||
}
|
||||
|
||||
@@ -33,5 +33,7 @@ public class GetUserPreviewResp {
|
||||
private int dispRating = 0;
|
||||
private int dispBP = 0;
|
||||
private int headphone = 0;
|
||||
|
||||
private int banStatus = 0;
|
||||
@JsonProperty("isWarningConfirmed")
|
||||
private boolean isWarningConfirmed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user