mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 15:47:58 +08:00
[F] Fix maimai2 UpsertUserChargelogApi (TODO)
This commit is contained in:
@@ -223,7 +223,8 @@ class Maimai2ServletController(
|
|||||||
|
|
||||||
val noopEndpoint = endpointList.popAll("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
|
val noopEndpoint = endpointList.popAll("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
|
||||||
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
|
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
|
||||||
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi")
|
"CMLoginApi", "CMLogoutApi", "CMUpsertBuyCardApi", "UserLogoutApi", "GetGameMapAreaConditionApi",
|
||||||
|
"UpsertUserChargelogApi")
|
||||||
|
|
||||||
val staticEndpoint = mapOf(
|
val staticEndpoint = mapOf(
|
||||||
"CreateTokenApi" to """{"Bearer":"meow"}""",
|
"CreateTokenApi" to """{"Bearer":"meow"}""",
|
||||||
|
|||||||
Reference in New Issue
Block a user