[F] Fix maimai2 UpsertUserChargelogApi (TODO)

pull/29/head
Azalea 2024-03-29 00:09:27 -04:00
parent e885700680
commit 3663eb63e7
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,8 @@ class Maimai2ServletController(
val noopEndpoint = endpointList.popAll("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi")
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi",
"UpsertUserChargelogApi")
val staticEndpoint = mapOf(
"CreateTokenApi" to """{"Bearer":"meow"}""",