[+] Maimai Prism+: New no-op api

pull/140/head
Azalea 2025-03-29 14:02:30 -04:00
parent 18d09f4184
commit 1abd176616
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Maimai2ServletController(
val noopEndpoint = setOf("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi",
"UpsertUserChargelogApi")
"UpsertUserChargelogApi","UpsertClientPlayTimeApi")
val members = this::class.declaredMemberProperties
val handlers: Map<String, SpecialHandler> = initH + endpointList.associateWith { api ->