gofmt: Replace interface{} with any
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
+1
-1
@@ -30,6 +30,6 @@ type AlbumSeriesRes struct {
|
||||
// AlbumSeriesResp ...
|
||||
type AlbumSeriesResp struct {
|
||||
ResponseData []AlbumSeriesRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+165
-165
@@ -6,9 +6,9 @@ type AsLoginRes struct {
|
||||
UserModel UserModel `json:"user_model"`
|
||||
IsPlatformServiceLinked bool `json:"is_platform_service_linked"`
|
||||
LastTimestamp int64 `json:"last_timestamp"`
|
||||
Cautions []interface{} `json:"cautions"`
|
||||
Cautions []any `json:"cautions"`
|
||||
ShowHomeCaution bool `json:"show_home_caution"`
|
||||
LiveResume interface{} `json:"live_resume"`
|
||||
LiveResume any `json:"live_resume"`
|
||||
FromEea bool `json:"from_eea"`
|
||||
GdprConsentedInfo GdprConsentedInfo `json:"gdpr_consented_info"`
|
||||
UserID int `json:"user_id"`
|
||||
@@ -22,67 +22,67 @@ type AsLoginRes struct {
|
||||
|
||||
// UserModel ...
|
||||
type UserModel struct {
|
||||
UserStatus AsUserStatus `json:"user_status"`
|
||||
UserMemberByMemberID interface{} `json:"user_member_by_member_id"`
|
||||
UserCardByCardID []interface{} `json:"user_card_by_card_id"`
|
||||
UserSuitBySuitID []interface{} `json:"user_suit_by_suit_id"`
|
||||
UserLiveDeckByID []interface{} `json:"user_live_deck_by_id"`
|
||||
UserLivePartyByID []interface{} `json:"user_live_party_by_id"`
|
||||
UserLessonDeckByID []interface{} `json:"user_lesson_deck_by_id"`
|
||||
UserLiveMvDeckByID []interface{} `json:"user_live_mv_deck_by_id"`
|
||||
UserLiveMvDeckCustomByID interface{} `json:"user_live_mv_deck_custom_by_id"`
|
||||
UserLiveDifficultyByDifficultyID []interface{} `json:"user_live_difficulty_by_difficulty_id"`
|
||||
UserStoryMainByStoryMainID []interface{} `json:"user_story_main_by_story_main_id"`
|
||||
UserStoryMainSelectedByStoryMainCellID []interface{} `json:"user_story_main_selected_by_story_main_cell_id"`
|
||||
UserVoiceByVoiceID []interface{} `json:"user_voice_by_voice_id"`
|
||||
UserEmblemByEmblemID []interface{} `json:"user_emblem_by_emblem_id"`
|
||||
UserGachaTicketByTicketID []interface{} `json:"user_gacha_ticket_by_ticket_id"`
|
||||
UserGachaPointByPointID []interface{} `json:"user_gacha_point_by_point_id"`
|
||||
UserLessonEnhancingItemByItemID []interface{} `json:"user_lesson_enhancing_item_by_item_id"`
|
||||
UserTrainingMaterialByItemID []interface{} `json:"user_training_material_by_item_id"`
|
||||
UserGradeUpItemByItemID []interface{} `json:"user_grade_up_item_by_item_id"`
|
||||
UserCustomBackgroundByID []interface{} `json:"user_custom_background_by_id"`
|
||||
UserStorySideByID []interface{} `json:"user_story_side_by_id"`
|
||||
UserStoryMemberByID []interface{} `json:"user_story_member_by_id"`
|
||||
UserCommunicationMemberDetailBadgeByID []interface{} `json:"user_communication_member_detail_badge_by_id"`
|
||||
UserStoryEventHistoryByID []interface{} `json:"user_story_event_history_by_id"`
|
||||
UserRecoveryLpByID []interface{} `json:"user_recovery_lp_by_id"`
|
||||
UserRecoveryApByID []interface{} `json:"user_recovery_ap_by_id"`
|
||||
UserMissionByMissionID []interface{} `json:"user_mission_by_mission_id"`
|
||||
UserDailyMissionByMissionID []interface{} `json:"user_daily_mission_by_mission_id"`
|
||||
UserWeeklyMissionByMissionID []interface{} `json:"user_weekly_mission_by_mission_id"`
|
||||
UserInfoTriggerBasicByTriggerID []interface{} `json:"user_info_trigger_basic_by_trigger_id"`
|
||||
UserInfoTriggerCardGradeUpByTriggerID []interface{} `json:"user_info_trigger_card_grade_up_by_trigger_id"`
|
||||
UserInfoTriggerMemberGuildSupportItemExpiredByTriggerID []interface{} `json:"user_info_trigger_member_guild_support_item_expired_by_trigger_id"`
|
||||
UserInfoTriggerMemberLoveLevelUpByTriggerID []interface{} `json:"user_info_trigger_member_love_level_up_by_trigger_id"`
|
||||
UserAccessoryByUserAccessoryID []interface{} `json:"user_accessory_by_user_accessory_id"`
|
||||
UserAccessoryLevelUpItemByID []interface{} `json:"user_accessory_level_up_item_by_id"`
|
||||
UserAccessoryRarityUpItemByID []interface{} `json:"user_accessory_rarity_up_item_by_id"`
|
||||
UserUnlockScenesByEnum []interface{} `json:"user_unlock_scenes_by_enum"`
|
||||
UserSceneTipsByEnum []interface{} `json:"user_scene_tips_by_enum"`
|
||||
UserRuleDescriptionByID []interface{} `json:"user_rule_description_by_id"`
|
||||
UserExchangeEventPointByID []interface{} `json:"user_exchange_event_point_by_id"`
|
||||
UserSchoolIdolFestivalIDRewardMissionByID []interface{} `json:"user_school_idol_festival_id_reward_mission_by_id"`
|
||||
UserGpsPresentReceivedByID []interface{} `json:"user_gps_present_received_by_id"`
|
||||
UserEventMarathonByEventMasterID []interface{} `json:"user_event_marathon_by_event_master_id"`
|
||||
UserEventMiningByEventMasterID []interface{} `json:"user_event_mining_by_event_master_id"`
|
||||
UserEventCoopByEventMasterID []interface{} `json:"user_event_coop_by_event_master_id"`
|
||||
UserLiveSkipTicketByID []interface{} `json:"user_live_skip_ticket_by_id"`
|
||||
UserStoryEventUnlockItemByID []interface{} `json:"user_story_event_unlock_item_by_id"`
|
||||
UserEventMarathonBoosterByID []interface{} `json:"user_event_marathon_booster_by_id"`
|
||||
UserReferenceBookByID []interface{} `json:"user_reference_book_by_id"`
|
||||
UserReviewRequestProcessFlowByID []interface{} `json:"user_review_request_process_flow_by_id"`
|
||||
UserRankExpByID []interface{} `json:"user_rank_exp_by_id"`
|
||||
UserShareByID []interface{} `json:"user_share_by_id"`
|
||||
UserTowerByTowerID []interface{} `json:"user_tower_by_tower_id"`
|
||||
UserRecoveryTowerCardUsedCountItemByRecoveryTowerCardUsedCountItemMasterID []interface{} `json:"user_recovery_tower_card_used_count_item_by_recovery_tower_card_used_count_item_master_id"`
|
||||
UserStoryLinkageByID []interface{} `json:"user_story_linkage_by_id"`
|
||||
UserSubscriptionStatusByID []interface{} `json:"user_subscription_status_by_id"`
|
||||
UserStoryMainPartDigestMovieByID []interface{} `json:"user_story_main_part_digest_movie_by_id"`
|
||||
UserMemberGuildByID []interface{} `json:"user_member_guild_by_id"`
|
||||
UserMemberGuildSupportItemByID []interface{} `json:"user_member_guild_support_item_by_id"`
|
||||
UserDailyTheaterByDailyTheaterID []interface{} `json:"user_daily_theater_by_daily_theater_id"`
|
||||
UserPlayListByID []interface{} `json:"user_play_list_by_id"`
|
||||
UserStatus AsUserStatus `json:"user_status"`
|
||||
UserMemberByMemberID any `json:"user_member_by_member_id"`
|
||||
UserCardByCardID []any `json:"user_card_by_card_id"`
|
||||
UserSuitBySuitID []any `json:"user_suit_by_suit_id"`
|
||||
UserLiveDeckByID []any `json:"user_live_deck_by_id"`
|
||||
UserLivePartyByID []any `json:"user_live_party_by_id"`
|
||||
UserLessonDeckByID []any `json:"user_lesson_deck_by_id"`
|
||||
UserLiveMvDeckByID []any `json:"user_live_mv_deck_by_id"`
|
||||
UserLiveMvDeckCustomByID any `json:"user_live_mv_deck_custom_by_id"`
|
||||
UserLiveDifficultyByDifficultyID []any `json:"user_live_difficulty_by_difficulty_id"`
|
||||
UserStoryMainByStoryMainID []any `json:"user_story_main_by_story_main_id"`
|
||||
UserStoryMainSelectedByStoryMainCellID []any `json:"user_story_main_selected_by_story_main_cell_id"`
|
||||
UserVoiceByVoiceID []any `json:"user_voice_by_voice_id"`
|
||||
UserEmblemByEmblemID []any `json:"user_emblem_by_emblem_id"`
|
||||
UserGachaTicketByTicketID []any `json:"user_gacha_ticket_by_ticket_id"`
|
||||
UserGachaPointByPointID []any `json:"user_gacha_point_by_point_id"`
|
||||
UserLessonEnhancingItemByItemID []any `json:"user_lesson_enhancing_item_by_item_id"`
|
||||
UserTrainingMaterialByItemID []any `json:"user_training_material_by_item_id"`
|
||||
UserGradeUpItemByItemID []any `json:"user_grade_up_item_by_item_id"`
|
||||
UserCustomBackgroundByID []any `json:"user_custom_background_by_id"`
|
||||
UserStorySideByID []any `json:"user_story_side_by_id"`
|
||||
UserStoryMemberByID []any `json:"user_story_member_by_id"`
|
||||
UserCommunicationMemberDetailBadgeByID []any `json:"user_communication_member_detail_badge_by_id"`
|
||||
UserStoryEventHistoryByID []any `json:"user_story_event_history_by_id"`
|
||||
UserRecoveryLpByID []any `json:"user_recovery_lp_by_id"`
|
||||
UserRecoveryApByID []any `json:"user_recovery_ap_by_id"`
|
||||
UserMissionByMissionID []any `json:"user_mission_by_mission_id"`
|
||||
UserDailyMissionByMissionID []any `json:"user_daily_mission_by_mission_id"`
|
||||
UserWeeklyMissionByMissionID []any `json:"user_weekly_mission_by_mission_id"`
|
||||
UserInfoTriggerBasicByTriggerID []any `json:"user_info_trigger_basic_by_trigger_id"`
|
||||
UserInfoTriggerCardGradeUpByTriggerID []any `json:"user_info_trigger_card_grade_up_by_trigger_id"`
|
||||
UserInfoTriggerMemberGuildSupportItemExpiredByTriggerID []any `json:"user_info_trigger_member_guild_support_item_expired_by_trigger_id"`
|
||||
UserInfoTriggerMemberLoveLevelUpByTriggerID []any `json:"user_info_trigger_member_love_level_up_by_trigger_id"`
|
||||
UserAccessoryByUserAccessoryID []any `json:"user_accessory_by_user_accessory_id"`
|
||||
UserAccessoryLevelUpItemByID []any `json:"user_accessory_level_up_item_by_id"`
|
||||
UserAccessoryRarityUpItemByID []any `json:"user_accessory_rarity_up_item_by_id"`
|
||||
UserUnlockScenesByEnum []any `json:"user_unlock_scenes_by_enum"`
|
||||
UserSceneTipsByEnum []any `json:"user_scene_tips_by_enum"`
|
||||
UserRuleDescriptionByID []any `json:"user_rule_description_by_id"`
|
||||
UserExchangeEventPointByID []any `json:"user_exchange_event_point_by_id"`
|
||||
UserSchoolIdolFestivalIDRewardMissionByID []any `json:"user_school_idol_festival_id_reward_mission_by_id"`
|
||||
UserGpsPresentReceivedByID []any `json:"user_gps_present_received_by_id"`
|
||||
UserEventMarathonByEventMasterID []any `json:"user_event_marathon_by_event_master_id"`
|
||||
UserEventMiningByEventMasterID []any `json:"user_event_mining_by_event_master_id"`
|
||||
UserEventCoopByEventMasterID []any `json:"user_event_coop_by_event_master_id"`
|
||||
UserLiveSkipTicketByID []any `json:"user_live_skip_ticket_by_id"`
|
||||
UserStoryEventUnlockItemByID []any `json:"user_story_event_unlock_item_by_id"`
|
||||
UserEventMarathonBoosterByID []any `json:"user_event_marathon_booster_by_id"`
|
||||
UserReferenceBookByID []any `json:"user_reference_book_by_id"`
|
||||
UserReviewRequestProcessFlowByID []any `json:"user_review_request_process_flow_by_id"`
|
||||
UserRankExpByID []any `json:"user_rank_exp_by_id"`
|
||||
UserShareByID []any `json:"user_share_by_id"`
|
||||
UserTowerByTowerID []any `json:"user_tower_by_tower_id"`
|
||||
UserRecoveryTowerCardUsedCountItemByRecoveryTowerCardUsedCountItemMasterID []any `json:"user_recovery_tower_card_used_count_item_by_recovery_tower_card_used_count_item_master_id"`
|
||||
UserStoryLinkageByID []any `json:"user_story_linkage_by_id"`
|
||||
UserSubscriptionStatusByID []any `json:"user_subscription_status_by_id"`
|
||||
UserStoryMainPartDigestMovieByID []any `json:"user_story_main_part_digest_movie_by_id"`
|
||||
UserMemberGuildByID []any `json:"user_member_guild_by_id"`
|
||||
UserMemberGuildSupportItemByID []any `json:"user_member_guild_support_item_by_id"`
|
||||
UserDailyTheaterByDailyTheaterID []any `json:"user_daily_theater_by_daily_theater_id"`
|
||||
UserPlayListByID []any `json:"user_play_list_by_id"`
|
||||
}
|
||||
|
||||
// Name ...
|
||||
@@ -102,56 +102,56 @@ type Message struct {
|
||||
|
||||
// AsUserStatus ...
|
||||
type AsUserStatus struct {
|
||||
Name Name `json:"name"`
|
||||
Nickname Nickname `json:"nickname"`
|
||||
LastLoginAt int64 `json:"last_login_at"`
|
||||
Rank int `json:"rank"`
|
||||
Exp int `json:"exp"`
|
||||
Message Message `json:"message"`
|
||||
RecommendCardMasterID int `json:"recommend_card_master_id"`
|
||||
MaxFriendNum int `json:"max_friend_num"`
|
||||
LivePointFullAt int `json:"live_point_full_at"`
|
||||
LivePointBroken int `json:"live_point_broken"`
|
||||
LivePointSubscriptionRecoveryDailyCount int `json:"live_point_subscription_recovery_daily_count"`
|
||||
LivePointSubscriptionRecoveryDailyResetAt int `json:"live_point_subscription_recovery_daily_reset_at"`
|
||||
ActivityPointCount int `json:"activity_point_count"`
|
||||
ActivityPointResetAt int `json:"activity_point_reset_at"`
|
||||
ActivityPointPaymentRecoveryDailyCount int `json:"activity_point_payment_recovery_daily_count"`
|
||||
ActivityPointPaymentRecoveryDailyResetAt int `json:"activity_point_payment_recovery_daily_reset_at"`
|
||||
GameMoney int `json:"game_money"`
|
||||
CardExp int `json:"card_exp"`
|
||||
FreeSnsCoin int `json:"free_sns_coin"`
|
||||
AppleSnsCoin int `json:"apple_sns_coin"`
|
||||
GoogleSnsCoin int `json:"google_sns_coin"`
|
||||
Cash int `json:"cash"`
|
||||
SubscriptionCoin int `json:"subscription_coin"`
|
||||
BirthDate interface{} `json:"birth_date"`
|
||||
BirthMonth int `json:"birth_month"`
|
||||
BirthDay int `json:"birth_day"`
|
||||
LatestLiveDeckID int `json:"latest_live_deck_id"`
|
||||
MainLessonDeckID int `json:"main_lesson_deck_id"`
|
||||
FavoriteMemberID int `json:"favorite_member_id"`
|
||||
LastLiveDifficultyID int `json:"last_live_difficulty_id"`
|
||||
LpMagnification int `json:"lp_magnification"`
|
||||
EmblemID int `json:"emblem_id"`
|
||||
DeviceToken string `json:"device_token"`
|
||||
TutorialPhase int `json:"tutorial_phase"`
|
||||
TutorialEndAt int `json:"tutorial_end_at"`
|
||||
LoginDays int `json:"login_days"`
|
||||
NaviTapCount int `json:"navi_tap_count"`
|
||||
NaviTapRecoverAt int `json:"navi_tap_recover_at"`
|
||||
IsAutoMode bool `json:"is_auto_mode"`
|
||||
MaxScoreLiveDifficultyMasterID int `json:"max_score_live_difficulty_master_id"`
|
||||
LiveMaxScore int `json:"live_max_score"`
|
||||
MaxComboLiveDifficultyMasterID int `json:"max_combo_live_difficulty_master_id"`
|
||||
LiveMaxCombo int `json:"live_max_combo"`
|
||||
LessonResumeStatus int `json:"lesson_resume_status"`
|
||||
AccessoryBoxAdditional int `json:"accessory_box_additional"`
|
||||
TermsOfUseVersion int `json:"terms_of_use_version"`
|
||||
BootstrapSifidCheckAt int `json:"bootstrap_sifid_check_at"`
|
||||
GdprVersion int `json:"gdpr_version"`
|
||||
MemberGuildMemberMasterID int `json:"member_guild_member_master_id"`
|
||||
MemberGuildLastUpdatedAt int `json:"member_guild_last_updated_at"`
|
||||
Name Name `json:"name"`
|
||||
Nickname Nickname `json:"nickname"`
|
||||
LastLoginAt int64 `json:"last_login_at"`
|
||||
Rank int `json:"rank"`
|
||||
Exp int `json:"exp"`
|
||||
Message Message `json:"message"`
|
||||
RecommendCardMasterID int `json:"recommend_card_master_id"`
|
||||
MaxFriendNum int `json:"max_friend_num"`
|
||||
LivePointFullAt int `json:"live_point_full_at"`
|
||||
LivePointBroken int `json:"live_point_broken"`
|
||||
LivePointSubscriptionRecoveryDailyCount int `json:"live_point_subscription_recovery_daily_count"`
|
||||
LivePointSubscriptionRecoveryDailyResetAt int `json:"live_point_subscription_recovery_daily_reset_at"`
|
||||
ActivityPointCount int `json:"activity_point_count"`
|
||||
ActivityPointResetAt int `json:"activity_point_reset_at"`
|
||||
ActivityPointPaymentRecoveryDailyCount int `json:"activity_point_payment_recovery_daily_count"`
|
||||
ActivityPointPaymentRecoveryDailyResetAt int `json:"activity_point_payment_recovery_daily_reset_at"`
|
||||
GameMoney int `json:"game_money"`
|
||||
CardExp int `json:"card_exp"`
|
||||
FreeSnsCoin int `json:"free_sns_coin"`
|
||||
AppleSnsCoin int `json:"apple_sns_coin"`
|
||||
GoogleSnsCoin int `json:"google_sns_coin"`
|
||||
Cash int `json:"cash"`
|
||||
SubscriptionCoin int `json:"subscription_coin"`
|
||||
BirthDate any `json:"birth_date"`
|
||||
BirthMonth int `json:"birth_month"`
|
||||
BirthDay int `json:"birth_day"`
|
||||
LatestLiveDeckID int `json:"latest_live_deck_id"`
|
||||
MainLessonDeckID int `json:"main_lesson_deck_id"`
|
||||
FavoriteMemberID int `json:"favorite_member_id"`
|
||||
LastLiveDifficultyID int `json:"last_live_difficulty_id"`
|
||||
LpMagnification int `json:"lp_magnification"`
|
||||
EmblemID int `json:"emblem_id"`
|
||||
DeviceToken string `json:"device_token"`
|
||||
TutorialPhase int `json:"tutorial_phase"`
|
||||
TutorialEndAt int `json:"tutorial_end_at"`
|
||||
LoginDays int `json:"login_days"`
|
||||
NaviTapCount int `json:"navi_tap_count"`
|
||||
NaviTapRecoverAt int `json:"navi_tap_recover_at"`
|
||||
IsAutoMode bool `json:"is_auto_mode"`
|
||||
MaxScoreLiveDifficultyMasterID int `json:"max_score_live_difficulty_master_id"`
|
||||
LiveMaxScore int `json:"live_max_score"`
|
||||
MaxComboLiveDifficultyMasterID int `json:"max_combo_live_difficulty_master_id"`
|
||||
LiveMaxCombo int `json:"live_max_combo"`
|
||||
LessonResumeStatus int `json:"lesson_resume_status"`
|
||||
AccessoryBoxAdditional int `json:"accessory_box_additional"`
|
||||
TermsOfUseVersion int `json:"terms_of_use_version"`
|
||||
BootstrapSifidCheckAt int `json:"bootstrap_sifid_check_at"`
|
||||
GdprVersion int `json:"gdpr_version"`
|
||||
MemberGuildMemberMasterID int `json:"member_guild_member_master_id"`
|
||||
MemberGuildLastUpdatedAt int `json:"member_guild_last_updated_at"`
|
||||
}
|
||||
|
||||
// GdprConsentedInfo ...
|
||||
@@ -207,10 +207,10 @@ type AsSuitInfo struct {
|
||||
|
||||
// AsEmblemInfo ...
|
||||
type AsEmblemInfo struct {
|
||||
EmblemMID int `json:"emblem_m_id"`
|
||||
IsNew bool `json:"is_new"`
|
||||
EmblemParam interface{} `json:"emblem_param"`
|
||||
AcquiredAt int64 `json:"acquired_at"`
|
||||
EmblemMID int `json:"emblem_m_id"`
|
||||
IsNew bool `json:"is_new"`
|
||||
EmblemParam any `json:"emblem_param"`
|
||||
AcquiredAt int64 `json:"acquired_at"`
|
||||
}
|
||||
|
||||
// AsEmblemId ...
|
||||
@@ -221,20 +221,20 @@ type AsEmblemId struct {
|
||||
|
||||
// AsLiveDifficultyInfo ...
|
||||
type AsLiveDifficultyInfo struct {
|
||||
LiveDifficultyID int `json:"live_difficulty_id"`
|
||||
MaxScore int `json:"max_score"`
|
||||
MaxCombo int `json:"max_combo"`
|
||||
PlayCount int `json:"play_count"`
|
||||
ClearCount int `json:"clear_count"`
|
||||
CancelCount int `json:"cancel_count"`
|
||||
NotClearedCount int `json:"not_cleared_count"`
|
||||
IsFullCombo bool `json:"is_full_combo"`
|
||||
ClearedDifficultyAchievement1 interface{} `json:"cleared_difficulty_achievement_1"`
|
||||
ClearedDifficultyAchievement2 interface{} `json:"cleared_difficulty_achievement_2"`
|
||||
ClearedDifficultyAchievement3 interface{} `json:"cleared_difficulty_achievement_3"`
|
||||
EnableAutoplay bool `json:"enable_autoplay"`
|
||||
IsAutoplay bool `json:"is_autoplay"`
|
||||
IsNew bool `json:"is_new"`
|
||||
LiveDifficultyID int `json:"live_difficulty_id"`
|
||||
MaxScore int `json:"max_score"`
|
||||
MaxCombo int `json:"max_combo"`
|
||||
PlayCount int `json:"play_count"`
|
||||
ClearCount int `json:"clear_count"`
|
||||
CancelCount int `json:"cancel_count"`
|
||||
NotClearedCount int `json:"not_cleared_count"`
|
||||
IsFullCombo bool `json:"is_full_combo"`
|
||||
ClearedDifficultyAchievement1 any `json:"cleared_difficulty_achievement_1"`
|
||||
ClearedDifficultyAchievement2 any `json:"cleared_difficulty_achievement_2"`
|
||||
ClearedDifficultyAchievement3 any `json:"cleared_difficulty_achievement_3"`
|
||||
EnableAutoplay bool `json:"enable_autoplay"`
|
||||
IsAutoplay bool `json:"is_autoplay"`
|
||||
IsNew bool `json:"is_new"`
|
||||
}
|
||||
|
||||
// AsMainStoryInfo ...
|
||||
@@ -327,9 +327,9 @@ type AsCardRes struct {
|
||||
|
||||
// AsSaveDeckReq ...
|
||||
type AsSaveDeckReq struct {
|
||||
DeckID int `json:"deck_id"`
|
||||
CardWithSuit []int `json:"card_with_suit"`
|
||||
SquadDict []interface{} `json:"squad_dict"`
|
||||
DeckID int `json:"deck_id"`
|
||||
CardWithSuit []int `json:"card_with_suit"`
|
||||
SquadDict []any `json:"squad_dict"`
|
||||
}
|
||||
|
||||
// AsDeckSquadDict ...
|
||||
@@ -410,7 +410,7 @@ type AsLivePartnerInfo struct {
|
||||
EmblemID int `json:"emblem_id"`
|
||||
IsNew bool `json:"is_new"`
|
||||
IntroductionMessage IntroductionMessage `json:"introduction_message"`
|
||||
FriendApprovedAt interface{} `json:"friend_approved_at"`
|
||||
FriendApprovedAt any `json:"friend_approved_at"`
|
||||
RequestStatus int `json:"request_status"`
|
||||
IsRequestPending bool `json:"is_request_pending"`
|
||||
}
|
||||
@@ -453,10 +453,10 @@ type AsCardAwakeningReq struct {
|
||||
}
|
||||
|
||||
// AsReq ...
|
||||
type AsReq interface{}
|
||||
type AsReq any
|
||||
|
||||
// AsResp ...
|
||||
type AsResp interface{}
|
||||
type AsResp any
|
||||
|
||||
// PackUrlReqBody ...
|
||||
type PackUrlReqBody struct {
|
||||
@@ -495,42 +495,42 @@ type UserMemberInfo struct {
|
||||
}
|
||||
|
||||
// UserMemberByMemberID ...
|
||||
type UserMemberByMemberID interface{}
|
||||
type UserMemberByMemberID any
|
||||
|
||||
// UserLiveMvDeckInfo ...
|
||||
type UserLiveMvDeckInfo struct {
|
||||
LiveMasterID interface{} `json:"live_master_id"`
|
||||
MemberMasterID1 interface{} `json:"member_master_id_1"`
|
||||
MemberMasterID2 interface{} `json:"member_master_id_2"`
|
||||
MemberMasterID3 interface{} `json:"member_master_id_3"`
|
||||
MemberMasterID4 interface{} `json:"member_master_id_4"`
|
||||
MemberMasterID5 interface{} `json:"member_master_id_5"`
|
||||
MemberMasterID6 interface{} `json:"member_master_id_6"`
|
||||
MemberMasterID7 interface{} `json:"member_master_id_7"`
|
||||
MemberMasterID8 interface{} `json:"member_master_id_8"`
|
||||
MemberMasterID9 interface{} `json:"member_master_id_9"`
|
||||
MemberMasterID10 interface{} `json:"member_master_id_10"`
|
||||
MemberMasterID11 interface{} `json:"member_master_id_11"`
|
||||
MemberMasterID12 interface{} `json:"member_master_id_12"`
|
||||
SuitMasterID1 interface{} `json:"suit_master_id_1"`
|
||||
SuitMasterID2 interface{} `json:"suit_master_id_2"`
|
||||
SuitMasterID3 interface{} `json:"suit_master_id_3"`
|
||||
SuitMasterID4 interface{} `json:"suit_master_id_4"`
|
||||
SuitMasterID5 interface{} `json:"suit_master_id_5"`
|
||||
SuitMasterID6 interface{} `json:"suit_master_id_6"`
|
||||
SuitMasterID7 interface{} `json:"suit_master_id_7"`
|
||||
SuitMasterID8 interface{} `json:"suit_master_id_8"`
|
||||
SuitMasterID9 interface{} `json:"suit_master_id_9"`
|
||||
SuitMasterID10 interface{} `json:"suit_master_id_10"`
|
||||
SuitMasterID11 interface{} `json:"suit_master_id_11"`
|
||||
SuitMasterID12 interface{} `json:"suit_master_id_12"`
|
||||
LiveMasterID any `json:"live_master_id"`
|
||||
MemberMasterID1 any `json:"member_master_id_1"`
|
||||
MemberMasterID2 any `json:"member_master_id_2"`
|
||||
MemberMasterID3 any `json:"member_master_id_3"`
|
||||
MemberMasterID4 any `json:"member_master_id_4"`
|
||||
MemberMasterID5 any `json:"member_master_id_5"`
|
||||
MemberMasterID6 any `json:"member_master_id_6"`
|
||||
MemberMasterID7 any `json:"member_master_id_7"`
|
||||
MemberMasterID8 any `json:"member_master_id_8"`
|
||||
MemberMasterID9 any `json:"member_master_id_9"`
|
||||
MemberMasterID10 any `json:"member_master_id_10"`
|
||||
MemberMasterID11 any `json:"member_master_id_11"`
|
||||
MemberMasterID12 any `json:"member_master_id_12"`
|
||||
SuitMasterID1 any `json:"suit_master_id_1"`
|
||||
SuitMasterID2 any `json:"suit_master_id_2"`
|
||||
SuitMasterID3 any `json:"suit_master_id_3"`
|
||||
SuitMasterID4 any `json:"suit_master_id_4"`
|
||||
SuitMasterID5 any `json:"suit_master_id_5"`
|
||||
SuitMasterID6 any `json:"suit_master_id_6"`
|
||||
SuitMasterID7 any `json:"suit_master_id_7"`
|
||||
SuitMasterID8 any `json:"suit_master_id_8"`
|
||||
SuitMasterID9 any `json:"suit_master_id_9"`
|
||||
SuitMasterID10 any `json:"suit_master_id_10"`
|
||||
SuitMasterID11 any `json:"suit_master_id_11"`
|
||||
SuitMasterID12 any `json:"suit_master_id_12"`
|
||||
}
|
||||
|
||||
// UserLiveMvDeckCustomByID ...
|
||||
type UserLiveMvDeckCustomByID interface{}
|
||||
type UserLiveMvDeckCustomByID any
|
||||
|
||||
// SetThemeRes ...
|
||||
type SetThemeRes interface{}
|
||||
type SetThemeRes any
|
||||
|
||||
// UserCommunicationMemberDetailBadgeByID ...
|
||||
type UserCommunicationMemberDetailBadgeByID struct {
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// AnnounceResp ...
|
||||
type AnnounceResp struct {
|
||||
ResponseData AnnounceRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData AnnounceRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// AnnounceRes ...
|
||||
|
||||
+1
-1
@@ -12,6 +12,6 @@ type ApiReq struct {
|
||||
// ApiResp ...
|
||||
type ApiResp struct {
|
||||
ResponseData json.RawMessage `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+3
-3
@@ -8,7 +8,7 @@ type AuthKeyRes struct {
|
||||
|
||||
// AuthKeyResp ...
|
||||
type AuthKeyResp struct {
|
||||
ResponseData AuthKeyRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData AuthKeyRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// AwardSetResp ...
|
||||
type AwardSetResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// AwardInfo ...
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// BackgroundSetResp ...
|
||||
type BackgroundSetResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// BackgroundInfo ...
|
||||
|
||||
+4
-4
@@ -2,8 +2,8 @@ package model
|
||||
|
||||
// ChallengeInfoResp ...
|
||||
type ChallengeInfoResp struct {
|
||||
Result []interface{} `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
Result []any `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
}
|
||||
|
||||
+21
-21
@@ -21,7 +21,7 @@ type AdditionalRes struct {
|
||||
// AdditionalResp ...
|
||||
type AdditionalResp struct {
|
||||
ResponseData []AdditionalRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
@@ -42,21 +42,21 @@ type BatchRes struct {
|
||||
|
||||
// BatchResp ...
|
||||
type BatchResp struct {
|
||||
ResponseData []BatchRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []BatchRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// UpdateReq ...
|
||||
type UpdateReq struct {
|
||||
Module string `json:"module"`
|
||||
TargetOs string `json:"target_os"`
|
||||
InstallVersion string `json:"install_version"`
|
||||
TimeStamp int `json:"timeStamp"`
|
||||
Action string `json:"action"`
|
||||
PackageList []interface{} `json:"package_list"`
|
||||
CommandNum string `json:"commandNum"`
|
||||
ExternalVersion string `json:"external_version"`
|
||||
Module string `json:"module"`
|
||||
TargetOs string `json:"target_os"`
|
||||
InstallVersion string `json:"install_version"`
|
||||
TimeStamp int `json:"timeStamp"`
|
||||
Action string `json:"action"`
|
||||
PackageList []any `json:"package_list"`
|
||||
CommandNum string `json:"commandNum"`
|
||||
ExternalVersion string `json:"external_version"`
|
||||
}
|
||||
|
||||
// UpdateRes ...
|
||||
@@ -68,9 +68,9 @@ type UpdateRes struct {
|
||||
|
||||
// UpdateResp ...
|
||||
type UpdateResp struct {
|
||||
ResponseData []UpdateRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []UpdateRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// UrlReq ...
|
||||
@@ -89,14 +89,14 @@ type UrlRes struct {
|
||||
|
||||
// UrlResp ...
|
||||
type UrlResp struct {
|
||||
ResponseData UrlRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData UrlRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// EventResp ...
|
||||
type EventResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// EventsResp ...
|
||||
type EventsResp struct {
|
||||
ResponseData EventsRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData EventsRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// EventsRes ...
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// GdprResp ...
|
||||
type GdprResp struct {
|
||||
ResponseData GdprRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData GdprRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// GdprRes ...
|
||||
|
||||
+7
-7
@@ -63,14 +63,14 @@ type LbClassSystem struct {
|
||||
|
||||
// LbRes ...
|
||||
type LbRes struct {
|
||||
Sheets []interface{} `json:"sheets"`
|
||||
Sheets []any `json:"sheets"`
|
||||
CalendarInfo CalendarInfo `json:"calendar_info"`
|
||||
TotalLoginInfo TotalLoginInfo `json:"total_login_info"`
|
||||
LicenseLbonusList []interface{} `json:"license_lbonus_list"`
|
||||
LicenseLbonusList []any `json:"license_lbonus_list"`
|
||||
ClassSystem LbClassSystem `json:"class_system"`
|
||||
StartDashSheets []interface{} `json:"start_dash_sheets"`
|
||||
StartDashSheets []any `json:"start_dash_sheets"`
|
||||
EffortPoint []EffortPoint `json:"effort_point"`
|
||||
LimitedEffortBox []interface{} `json:"limited_effort_box"`
|
||||
LimitedEffortBox []any `json:"limited_effort_box"`
|
||||
MuseumInfo Museum `json:"museum_info"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
PresentCnt int `json:"present_cnt"`
|
||||
@@ -78,7 +78,7 @@ type LbRes struct {
|
||||
|
||||
// LbResp ...
|
||||
type LbResp struct {
|
||||
ResponseData LbRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData LbRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+100
-100
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// GameOverResp ...
|
||||
type GameOverResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// NormalLiveStatusList ...
|
||||
@@ -42,8 +42,8 @@ type LiveStatusRes struct {
|
||||
NormalLiveStatusList []NormalLiveStatusList `json:"normal_live_status_list"`
|
||||
SpecialLiveStatusList []SpecialLiveStatusList `json:"special_live_status_list"`
|
||||
TrainingLiveStatusList []TrainingLiveStatusList `json:"training_live_status_list"`
|
||||
MarathonLiveStatusList []interface{} `json:"marathon_live_status_list"`
|
||||
FreeLiveStatusList []interface{} `json:"free_live_status_list"`
|
||||
MarathonLiveStatusList []any `json:"marathon_live_status_list"`
|
||||
FreeLiveStatusList []any `json:"free_live_status_list"`
|
||||
CanResumeLive bool `json:"can_resume_live"`
|
||||
}
|
||||
|
||||
@@ -88,12 +88,12 @@ type TrainingLiveList struct {
|
||||
|
||||
// LiveScheduleRes ...
|
||||
type LiveScheduleRes struct {
|
||||
EventList []interface{} `json:"event_list"`
|
||||
EventList []any `json:"event_list"`
|
||||
LiveList []LiveList `json:"live_list"`
|
||||
LimitedBonusList []interface{} `json:"limited_bonus_list"`
|
||||
LimitedBonusList []any `json:"limited_bonus_list"`
|
||||
LimitedBonusCommonList []LimitedBonusCommonList `json:"limited_bonus_common_list"`
|
||||
RandomLiveList []RandomLiveList `json:"random_live_list"`
|
||||
FreeLiveList []interface{} `json:"free_live_list"`
|
||||
FreeLiveList []any `json:"free_live_list"`
|
||||
TrainingLiveList []TrainingLiveList `json:"training_live_list"`
|
||||
}
|
||||
|
||||
@@ -185,7 +185,7 @@ type PlayRes struct {
|
||||
AvailableLiveResume bool `json:"available_live_resume"`
|
||||
LiveList []PlayLiveList `json:"live_list"`
|
||||
IsMarathonEvent bool `json:"is_marathon_event"`
|
||||
MarathonEventID interface{} `json:"marathon_event_id"`
|
||||
MarathonEventID any `json:"marathon_event_id"`
|
||||
NoSkill bool `json:"no_skill"`
|
||||
CanActivateEffect bool `json:"can_activate_effect"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
@@ -193,9 +193,9 @@ type PlayRes struct {
|
||||
|
||||
// PlayResp ...
|
||||
type PlayResp struct {
|
||||
ResponseData PlayRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData PlayRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// PlayScoreReq ...
|
||||
@@ -210,28 +210,28 @@ type PlayScoreReq struct {
|
||||
|
||||
// On ...
|
||||
type On struct {
|
||||
HasRecord bool `json:"has_record"`
|
||||
LiveInfo LiveInfo `json:"live_info"`
|
||||
RandomSeed interface{} `json:"random_seed"`
|
||||
MaxCombo interface{} `json:"max_combo"`
|
||||
UpdateDate interface{} `json:"update_date"`
|
||||
PreciseList interface{} `json:"precise_list"`
|
||||
DeckInfo interface{} `json:"deck_info"`
|
||||
TapAdjust interface{} `json:"tap_adjust"`
|
||||
CanReplay bool `json:"can_replay"`
|
||||
HasRecord bool `json:"has_record"`
|
||||
LiveInfo LiveInfo `json:"live_info"`
|
||||
RandomSeed any `json:"random_seed"`
|
||||
MaxCombo any `json:"max_combo"`
|
||||
UpdateDate any `json:"update_date"`
|
||||
PreciseList any `json:"precise_list"`
|
||||
DeckInfo any `json:"deck_info"`
|
||||
TapAdjust any `json:"tap_adjust"`
|
||||
CanReplay bool `json:"can_replay"`
|
||||
}
|
||||
|
||||
// Off ...
|
||||
type Off struct {
|
||||
HasRecord bool `json:"has_record"`
|
||||
LiveInfo LiveInfo `json:"live_info"`
|
||||
RandomSeed interface{} `json:"random_seed"`
|
||||
MaxCombo interface{} `json:"max_combo"`
|
||||
UpdateDate interface{} `json:"update_date"`
|
||||
PreciseList interface{} `json:"precise_list"`
|
||||
DeckInfo interface{} `json:"deck_info"`
|
||||
TapAdjust interface{} `json:"tap_adjust"`
|
||||
CanReplay bool `json:"can_replay"`
|
||||
HasRecord bool `json:"has_record"`
|
||||
LiveInfo LiveInfo `json:"live_info"`
|
||||
RandomSeed any `json:"random_seed"`
|
||||
MaxCombo any `json:"max_combo"`
|
||||
UpdateDate any `json:"update_date"`
|
||||
PreciseList any `json:"precise_list"`
|
||||
DeckInfo any `json:"deck_info"`
|
||||
TapAdjust any `json:"tap_adjust"`
|
||||
CanReplay bool `json:"can_replay"`
|
||||
}
|
||||
|
||||
// PlayScoreRes ...
|
||||
@@ -245,9 +245,9 @@ type PlayScoreRes struct {
|
||||
|
||||
// PlayScoreResp ...
|
||||
type PlayScoreResp struct {
|
||||
ResponseData PlayScoreRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData PlayScoreRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// PlayRewardReq ...
|
||||
@@ -271,7 +271,7 @@ type PlayRewardReq struct {
|
||||
TimeStamp int `json:"timeStamp"`
|
||||
PreciseScoreLog PreciseScoreLog `json:"precise_score_log"`
|
||||
ScoreCute int `json:"score_cute"`
|
||||
EventID interface{} `json:"event_id"`
|
||||
EventID any `json:"event_id"`
|
||||
ScoreCool int `json:"score_cool"`
|
||||
}
|
||||
|
||||
@@ -372,67 +372,67 @@ type BaseRewardInfo struct {
|
||||
|
||||
// LiveClear ...
|
||||
type LiveClear struct {
|
||||
AddType int `json:"add_type"`
|
||||
Amount int `json:"amount"`
|
||||
ItemCategoryID int `json:"item_category_id"`
|
||||
UnitID int `json:"unit_id"`
|
||||
UnitOwningUserID int64 `json:"unit_owning_user_id"`
|
||||
IsSupportMember bool `json:"is_support_member"`
|
||||
Exp int `json:"exp"`
|
||||
NextExp int `json:"next_exp"`
|
||||
MaxHp int `json:"max_hp"`
|
||||
Level int `json:"level"`
|
||||
MaxLevel int `json:"max_level"`
|
||||
LevelLimitID int `json:"level_limit_id"`
|
||||
SkillLevel int `json:"skill_level"`
|
||||
Rank int `json:"rank"`
|
||||
Love int `json:"love"`
|
||||
IsRankMax bool `json:"is_rank_max"`
|
||||
IsLevelMax bool `json:"is_level_max"`
|
||||
IsLoveMax bool `json:"is_love_max"`
|
||||
IsSigned bool `json:"is_signed"`
|
||||
NewUnitFlag bool `json:"new_unit_flag"`
|
||||
RewardBoxFlag bool `json:"reward_box_flag"`
|
||||
UnitSkillExp int `json:"unit_skill_exp"`
|
||||
DisplayRank int `json:"display_rank"`
|
||||
UnitRemovableSkillCapacity int `json:"unit_removable_skill_capacity"`
|
||||
RemovableSkillIds []interface{} `json:"removable_skill_ids"`
|
||||
AddType int `json:"add_type"`
|
||||
Amount int `json:"amount"`
|
||||
ItemCategoryID int `json:"item_category_id"`
|
||||
UnitID int `json:"unit_id"`
|
||||
UnitOwningUserID int64 `json:"unit_owning_user_id"`
|
||||
IsSupportMember bool `json:"is_support_member"`
|
||||
Exp int `json:"exp"`
|
||||
NextExp int `json:"next_exp"`
|
||||
MaxHp int `json:"max_hp"`
|
||||
Level int `json:"level"`
|
||||
MaxLevel int `json:"max_level"`
|
||||
LevelLimitID int `json:"level_limit_id"`
|
||||
SkillLevel int `json:"skill_level"`
|
||||
Rank int `json:"rank"`
|
||||
Love int `json:"love"`
|
||||
IsRankMax bool `json:"is_rank_max"`
|
||||
IsLevelMax bool `json:"is_level_max"`
|
||||
IsLoveMax bool `json:"is_love_max"`
|
||||
IsSigned bool `json:"is_signed"`
|
||||
NewUnitFlag bool `json:"new_unit_flag"`
|
||||
RewardBoxFlag bool `json:"reward_box_flag"`
|
||||
UnitSkillExp int `json:"unit_skill_exp"`
|
||||
DisplayRank int `json:"display_rank"`
|
||||
UnitRemovableSkillCapacity int `json:"unit_removable_skill_capacity"`
|
||||
RemovableSkillIds []any `json:"removable_skill_ids"`
|
||||
}
|
||||
|
||||
// LiveRank ...
|
||||
type LiveRank struct {
|
||||
AddType int `json:"add_type"`
|
||||
Amount int `json:"amount"`
|
||||
ItemCategoryID int `json:"item_category_id"`
|
||||
UnitID int `json:"unit_id"`
|
||||
UnitOwningUserID int64 `json:"unit_owning_user_id"`
|
||||
IsSupportMember bool `json:"is_support_member"`
|
||||
Exp int `json:"exp"`
|
||||
NextExp int `json:"next_exp"`
|
||||
MaxHp int `json:"max_hp"`
|
||||
Level int `json:"level"`
|
||||
MaxLevel int `json:"max_level"`
|
||||
LevelLimitID int `json:"level_limit_id"`
|
||||
SkillLevel int `json:"skill_level"`
|
||||
Rank int `json:"rank"`
|
||||
Love int `json:"love"`
|
||||
IsRankMax bool `json:"is_rank_max"`
|
||||
IsLevelMax bool `json:"is_level_max"`
|
||||
IsLoveMax bool `json:"is_love_max"`
|
||||
IsSigned bool `json:"is_signed"`
|
||||
NewUnitFlag bool `json:"new_unit_flag"`
|
||||
RewardBoxFlag bool `json:"reward_box_flag"`
|
||||
UnitSkillExp int `json:"unit_skill_exp"`
|
||||
DisplayRank int `json:"display_rank"`
|
||||
UnitRemovableSkillCapacity int `json:"unit_removable_skill_capacity"`
|
||||
RemovableSkillIds []interface{} `json:"removable_skill_ids"`
|
||||
AddType int `json:"add_type"`
|
||||
Amount int `json:"amount"`
|
||||
ItemCategoryID int `json:"item_category_id"`
|
||||
UnitID int `json:"unit_id"`
|
||||
UnitOwningUserID int64 `json:"unit_owning_user_id"`
|
||||
IsSupportMember bool `json:"is_support_member"`
|
||||
Exp int `json:"exp"`
|
||||
NextExp int `json:"next_exp"`
|
||||
MaxHp int `json:"max_hp"`
|
||||
Level int `json:"level"`
|
||||
MaxLevel int `json:"max_level"`
|
||||
LevelLimitID int `json:"level_limit_id"`
|
||||
SkillLevel int `json:"skill_level"`
|
||||
Rank int `json:"rank"`
|
||||
Love int `json:"love"`
|
||||
IsRankMax bool `json:"is_rank_max"`
|
||||
IsLevelMax bool `json:"is_level_max"`
|
||||
IsLoveMax bool `json:"is_love_max"`
|
||||
IsSigned bool `json:"is_signed"`
|
||||
NewUnitFlag bool `json:"new_unit_flag"`
|
||||
RewardBoxFlag bool `json:"reward_box_flag"`
|
||||
UnitSkillExp int `json:"unit_skill_exp"`
|
||||
DisplayRank int `json:"display_rank"`
|
||||
UnitRemovableSkillCapacity int `json:"unit_removable_skill_capacity"`
|
||||
RemovableSkillIds []any `json:"removable_skill_ids"`
|
||||
}
|
||||
|
||||
// RewardUnitList ...
|
||||
type RewardUnitList struct {
|
||||
LiveClear []LiveClear `json:"live_clear"`
|
||||
LiveRank []LiveRank `json:"live_rank"`
|
||||
LiveCombo []interface{} `json:"live_combo"`
|
||||
LiveClear []LiveClear `json:"live_clear"`
|
||||
LiveRank []LiveRank `json:"live_rank"`
|
||||
LiveCombo []any `json:"live_combo"`
|
||||
}
|
||||
|
||||
// Rewards ...
|
||||
@@ -536,8 +536,8 @@ type NextLevelInfo struct {
|
||||
|
||||
// GoalAccompInfo ...
|
||||
type GoalAccompInfo struct {
|
||||
AchievedIds []interface{} `json:"achieved_ids"`
|
||||
Rewards []interface{} `json:"rewards"`
|
||||
AchievedIds []any `json:"achieved_ids"`
|
||||
Rewards []any `json:"rewards"`
|
||||
}
|
||||
|
||||
// RewardRankInfo ...
|
||||
@@ -596,25 +596,25 @@ type RewardRes struct {
|
||||
HiScore int `json:"hi_score"`
|
||||
BaseRewardInfo BaseRewardInfo `json:"base_reward_info"`
|
||||
RewardUnitList RewardUnitList `json:"reward_unit_list"`
|
||||
UnlockedSubscenarioIds []interface{} `json:"unlocked_subscenario_ids"`
|
||||
UnlockedMultiUnitScenarioIds []interface{} `json:"unlocked_multi_unit_scenario_ids"`
|
||||
UnlockedSubscenarioIds []any `json:"unlocked_subscenario_ids"`
|
||||
UnlockedMultiUnitScenarioIds []any `json:"unlocked_multi_unit_scenario_ids"`
|
||||
EffortPoint []EffortPoint `json:"effort_point"`
|
||||
IsEffortPointVisible bool `json:"is_effort_point_visible"`
|
||||
LimitedEffortBox []interface{} `json:"limited_effort_box"`
|
||||
LimitedEffortBox []any `json:"limited_effort_box"`
|
||||
UnitList []PlayRewardUnitList `json:"unit_list"`
|
||||
BeforeUserInfo BeforeUserInfo `json:"before_user_info"`
|
||||
AfterUserInfo AfterUserInfo `json:"after_user_info"`
|
||||
NextLevelInfo []NextLevelInfo `json:"next_level_info"`
|
||||
GoalAccompInfo GoalAccompInfo `json:"goal_accomp_info"`
|
||||
SpecialRewardInfo []interface{} `json:"special_reward_info"`
|
||||
EventInfo []interface{} `json:"event_info"`
|
||||
DailyRewardInfo []interface{} `json:"daily_reward_info"`
|
||||
SpecialRewardInfo []any `json:"special_reward_info"`
|
||||
EventInfo []any `json:"event_info"`
|
||||
DailyRewardInfo []any `json:"daily_reward_info"`
|
||||
CanSendFriendRequest bool `json:"can_send_friend_request"`
|
||||
UsingBuffInfo []interface{} `json:"using_buff_info"`
|
||||
UsingBuffInfo []any `json:"using_buff_info"`
|
||||
ClassSystem ClassSystem `json:"class_system"`
|
||||
AccomplishedAchievementList []AccomplishedAchievementList `json:"accomplished_achievement_list"`
|
||||
UnaccomplishedAchievementCnt int `json:"unaccomplished_achievement_cnt"`
|
||||
AddedAchievementList []interface{} `json:"added_achievement_list"`
|
||||
AddedAchievementList []any `json:"added_achievement_list"`
|
||||
MuseumInfo Museum `json:"museum_info"`
|
||||
UnitSupportList []RewardUnitSupportList `json:"unit_support_list"`
|
||||
ServerTimestamp int `json:"server_timestamp"`
|
||||
@@ -623,9 +623,9 @@ type RewardRes struct {
|
||||
|
||||
// RewardResp ...
|
||||
type RewardResp struct {
|
||||
ResponseData RewardRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData RewardRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// LiveSeInfoRes ...
|
||||
|
||||
+4
-4
@@ -2,10 +2,10 @@ package model
|
||||
|
||||
// Data ...
|
||||
type Data struct {
|
||||
Version int `json:"version"`
|
||||
Team []Team `json:"team"`
|
||||
Gemstock interface{} `json:"gemstock"`
|
||||
Submember []interface{} `json:"submember"`
|
||||
Version int `json:"version"`
|
||||
Team []Team `json:"team"`
|
||||
Gemstock any `json:"gemstock"`
|
||||
Submember []any `json:"submember"`
|
||||
}
|
||||
|
||||
// Accessory ...
|
||||
|
||||
+3
-3
@@ -13,7 +13,7 @@ type LoginRes struct {
|
||||
|
||||
// LoginResp ...
|
||||
type LoginResp struct {
|
||||
ResponseData LoginRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData LoginRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+4
-4
@@ -2,8 +2,8 @@ package model
|
||||
|
||||
// MarathonInfoResp ...
|
||||
type MarathonInfoResp struct {
|
||||
Result []interface{} `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
Result []any `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
}
|
||||
|
||||
+2
-2
@@ -19,7 +19,7 @@ type MultiUnitScenarioStatusList struct {
|
||||
// MultiUnitScenarioStatusRes ...
|
||||
type MultiUnitScenarioStatusRes struct {
|
||||
MultiUnitScenarioStatusList []MultiUnitScenarioStatusList `json:"multi_unit_scenario_status_list"`
|
||||
UnlockedMultiUnitScenarioIds []interface{} `json:"unlocked_multi_unit_scenario_ids"`
|
||||
UnlockedMultiUnitScenarioIds []any `json:"unlocked_multi_unit_scenario_ids"`
|
||||
}
|
||||
|
||||
// MultiUnitScenarioStatusResp ...
|
||||
@@ -33,7 +33,7 @@ type MultiUnitScenarioStatusResp struct {
|
||||
// MultiUnitStartUpResp ...
|
||||
type MultiUnitStartUpResp struct {
|
||||
ResponseData MultiUnitStartUpRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// MuseumResp ...
|
||||
type MuseumResp struct {
|
||||
ResponseData MuseumRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData MuseumRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// MuseumParameter ...
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ package model
|
||||
|
||||
// SpecialCutinRes ...
|
||||
type SpecialCutinRes struct {
|
||||
SpecialCutinList []interface{} `json:"special_cutin_list"`
|
||||
SpecialCutinList []any `json:"special_cutin_list"`
|
||||
}
|
||||
|
||||
// SpecialCutinResp ...
|
||||
|
||||
+15
-15
@@ -3,50 +3,50 @@ package model
|
||||
// NoticeFriendVarietyResp ...
|
||||
type NoticeFriendVarietyResp struct {
|
||||
ResponseData NoticeFriendVarietyRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// NoticeFriendVarietyRes ...
|
||||
type NoticeFriendVarietyRes struct {
|
||||
ItemCount int `json:"item_count"`
|
||||
NoticeList []interface{} `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
ItemCount int `json:"item_count"`
|
||||
NoticeList []any `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
}
|
||||
|
||||
// NoticeFriendGreetingResp ...
|
||||
type NoticeFriendGreetingResp struct {
|
||||
ResponseData NoticeFriendGreetingRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// NoticeFriendGreetingRes ...
|
||||
type NoticeFriendGreetingRes struct {
|
||||
NextId int `json:"next_id"`
|
||||
NoticeList []interface{} `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
NextId int `json:"next_id"`
|
||||
NoticeList []any `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
}
|
||||
|
||||
// NoticeUserGreetingResp ...
|
||||
type NoticeUserGreetingResp struct {
|
||||
ResponseData NoticeUserGreetingRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// NoticeUserGreetingRes ...
|
||||
type NoticeUserGreetingRes struct {
|
||||
ItemCount int `json:"item_count"`
|
||||
HasNext bool `json:"has_next"`
|
||||
NoticeList []interface{} `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
ItemCount int `json:"item_count"`
|
||||
HasNext bool `json:"has_next"`
|
||||
NoticeList []any `json:"notice_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
}
|
||||
|
||||
// NoticeMarqueeRes ...
|
||||
type NoticeMarqueeRes struct {
|
||||
ItemCount int `json:"item_count"`
|
||||
MarqueeList []interface{} `json:"marquee_list"`
|
||||
ItemCount int `json:"item_count"`
|
||||
MarqueeList []any `json:"marquee_list"`
|
||||
}
|
||||
|
||||
// NoticeMarqueeResp ...
|
||||
|
||||
+10
-10
@@ -7,10 +7,10 @@ type RestrictionInfo struct {
|
||||
|
||||
// UnderAgeInfo ...
|
||||
type UnderAgeInfo struct {
|
||||
BirthSet bool `json:"birth_set"`
|
||||
HasLimit bool `json:"has_limit"`
|
||||
LimitAmount interface{} `json:"limit_amount"`
|
||||
MonthUsed int `json:"month_used"`
|
||||
BirthSet bool `json:"birth_set"`
|
||||
HasLimit bool `json:"has_limit"`
|
||||
LimitAmount any `json:"limit_amount"`
|
||||
MonthUsed int `json:"month_used"`
|
||||
}
|
||||
|
||||
// SnsProductItemList ...
|
||||
@@ -137,18 +137,18 @@ type ProductListResp struct {
|
||||
|
||||
// ProductResp ...
|
||||
type ProductResp struct {
|
||||
ResponseData ProductRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData ProductRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// ProductRes ...
|
||||
type ProductRes struct {
|
||||
RestrictionInfo RestrictionInfo `json:"restriction_info"`
|
||||
UnderAgeInfo UnderAgeInfo `json:"under_age_info"`
|
||||
SnsProductList []interface{} `json:"sns_product_list"`
|
||||
ProductList []interface{} `json:"product_list"`
|
||||
SubscriptionList []interface{} `json:"subscription_list"`
|
||||
SnsProductList []any `json:"sns_product_list"`
|
||||
ProductList []any `json:"product_list"`
|
||||
SubscriptionList []any `json:"subscription_list"`
|
||||
ShowPointShop bool `json:"show_point_shop"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package model
|
||||
// PersonalNoticeResp ...
|
||||
type PersonalNoticeResp struct {
|
||||
ResponseData PersonalNoticeRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -2,7 +2,7 @@ package model
|
||||
|
||||
// AwardSetResp ...
|
||||
type ProfileRegisterResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+4
-4
@@ -28,7 +28,7 @@ type SubscenarioStatusList struct {
|
||||
// SubscenarioStatusRes ...
|
||||
type SubscenarioStatusRes struct {
|
||||
SubscenarioStatusList []SubscenarioStatusList `json:"subscenario_status_list"`
|
||||
UnlockedSubscenarioIds []interface{} `json:"unlocked_subscenario_ids"`
|
||||
UnlockedSubscenarioIds []any `json:"unlocked_subscenario_ids"`
|
||||
}
|
||||
|
||||
// SubscenarioStatusResp ...
|
||||
@@ -75,9 +75,9 @@ type EventScenarioStatusResp struct {
|
||||
|
||||
// ScenarioResp ...
|
||||
type ScenarioResp struct {
|
||||
ResponseData ScenarioRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData ScenarioRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// ScenarioRes ...
|
||||
|
||||
@@ -3,7 +3,7 @@ package model
|
||||
// SubScenarioResp ...
|
||||
type SubScenarioResp struct {
|
||||
ResponseData SubScenarioRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
|
||||
+4
-4
@@ -76,10 +76,10 @@ type DifficultyResp struct {
|
||||
|
||||
// LoveResp ...
|
||||
type LoveResp struct {
|
||||
Result []interface{} `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
Result []any `json:"result"`
|
||||
Status int `json:"status"`
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
}
|
||||
|
||||
// AccessoryInfo ...
|
||||
|
||||
+5
-5
@@ -2,10 +2,10 @@ package model
|
||||
|
||||
// TopInfoLicenseInfo ...
|
||||
type TopInfoLicenseInfo struct {
|
||||
LicenseList []interface{} `json:"license_list"`
|
||||
LicensedInfo []interface{} `json:"licensed_info"`
|
||||
ExpiredInfo []interface{} `json:"expired_info"`
|
||||
BadgeFlag bool `json:"badge_flag"`
|
||||
LicenseList []any `json:"license_list"`
|
||||
LicensedInfo []any `json:"licensed_info"`
|
||||
ExpiredInfo []any `json:"expired_info"`
|
||||
BadgeFlag bool `json:"badge_flag"`
|
||||
}
|
||||
|
||||
// TopInfoRes ...
|
||||
@@ -24,7 +24,7 @@ type TopInfoRes struct {
|
||||
FriendsRequestCnt int `json:"friends_request_cnt"`
|
||||
IsTodayBirthday bool `json:"is_today_birthday"`
|
||||
LicenseInfo TopInfoLicenseInfo `json:"license_info"`
|
||||
UsingBuffInfo []interface{} `json:"using_buff_info"`
|
||||
UsingBuffInfo []any `json:"using_buff_info"`
|
||||
IsKlabIDTaskFlag bool `json:"is_klab_id_task_flag"`
|
||||
KlabIDTaskCanSync bool `json:"klab_id_task_can_sync"`
|
||||
HasUnreadAnnounce bool `json:"has_unread_announce"`
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// TosResp ...
|
||||
type TosResp struct {
|
||||
ResponseData TosRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData TosRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// TosResp ...
|
||||
|
||||
+14
-14
@@ -66,9 +66,9 @@ type AccessoryWearData struct {
|
||||
|
||||
// AccessoryWearResp ...
|
||||
type AccessoryWearResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// SkillEquipReq ...
|
||||
@@ -121,23 +121,23 @@ type SkillEquipList struct {
|
||||
|
||||
// SkillEquipResp ...
|
||||
type SkillEquipResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// SetDisplayRankResp ...
|
||||
type SetDisplayRankResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// SetDeckResp ...
|
||||
type SetDeckResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// Costume ...
|
||||
@@ -270,8 +270,8 @@ type OwningInfo struct {
|
||||
|
||||
// RemovableSkillRes ...
|
||||
type RemovableSkillRes struct {
|
||||
OwningInfo []OwningInfo `json:"owning_info"`
|
||||
EquipmentInfo map[int]interface{} `json:"equipment_info"`
|
||||
OwningInfo []OwningInfo `json:"owning_info"`
|
||||
EquipmentInfo map[int]any `json:"equipment_info"`
|
||||
}
|
||||
|
||||
// RemovableSkillResp ...
|
||||
|
||||
+7
-7
@@ -2,15 +2,15 @@ package model
|
||||
|
||||
// UserNaviResp ...
|
||||
type UserNaviChangeResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// UserNameChangeResp ...
|
||||
type UserNameChangeResp struct {
|
||||
ResponseData UserNameChangeRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ type UserNaviResp struct {
|
||||
|
||||
// NotificationResp ...
|
||||
type NotificationResp struct {
|
||||
ResponseData []interface{} `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData []any `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ package model
|
||||
|
||||
// UserInfoResp ...
|
||||
type UserInfoResp struct {
|
||||
ResponseData UserInfoRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
ResponseData UserInfoRes `json:"response_data"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// UserInfoRes ...
|
||||
|
||||
Reference in New Issue
Block a user