gofmt: Replace interface{} with any

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-06-20 09:08:42 +08:00
parent 43edc4f346
commit 0d56db2dcb
59 changed files with 601 additions and 601 deletions
+165 -165
View File
@@ -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 {