[+] GetGameWeeklyDataApi

pull/47/head
Clansty 2024-07-26 23:59:01 +08:00
parent 0833cd8a9b
commit 070c19d784
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 11 additions and 1 deletions

View File

@ -257,7 +257,17 @@ class Maimai2ServletController(
)
}
val endpointList = setOf("GetGameEventApi", "GetGameRankingApi", "GetGameSettingApi", "GetGameTournamentInfoApi",
val getGameWeeklyData = BaseHandler {
mapOf(
"gameWeeklyData" to mapOf(
"missionCategory" to 0,
"updateDate" to "2024-01-01 00:00:00.0",
"beforeDate" to "2077-01-01 00:00:00.0"
)
)
}
val endpointList = setOf("GetGameEventApi", "GetGameRankingApi", "GetGameSettingApi", "GetGameTournamentInfoApi", "GetGameWeeklyDataApi",
"GetTransferFriendApi", "GetUserActivityApi", "GetUserCardApi", "GetUserCharacterApi", "GetUserDataApi",
"GetUserExtendApi", "GetUserFavoriteApi", "GetUserGhostApi", "GetUserItemApi", "GetUserLoginBonusApi",
"GetUserMapApi", "GetUserMusicApi", "GetUserOptionApi", "GetUserPortraitApi", "GetUserPreviewApi",