mirror of https://github.com/hykilpikonna/AquaDX
[+] Maimai Prism+: New no-op api
parent
18d09f4184
commit
1abd176616
|
@ -54,7 +54,7 @@ class Maimai2ServletController(
|
||||||
val noopEndpoint = setOf("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
|
val noopEndpoint = setOf("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
|
||||||
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
|
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
|
||||||
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi",
|
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi",
|
||||||
"UpsertUserChargelogApi")
|
"UpsertUserChargelogApi","UpsertClientPlayTimeApi")
|
||||||
|
|
||||||
val members = this::class.declaredMemberProperties
|
val members = this::class.declaredMemberProperties
|
||||||
val handlers: Map<String, SpecialHandler> = initH + endpointList.associateWith { api ->
|
val handlers: Map<String, SpecialHandler> = initH + endpointList.associateWith { api ->
|
||||||
|
|
Loading…
Reference in New Issue