mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 02:47:58 +08:00
[+] Implement GetUserKaleidxScope
This commit is contained in:
@@ -189,7 +189,7 @@ fun Maimai2ServletController.initApis() {
|
||||
|
||||
// Kaleidoscope, added on 1.50
|
||||
"GetGameKaleidxScope" static { mapOf("gameKaleidxScopeList" to empty) }
|
||||
"GetUserKaleidxScope" { mapOf("userId" to uid, "userKaleidxScopeList" to empty) }
|
||||
"GetUserKaleidxScope".unpaged { db.userKaleidx.findByUser_Card_ExtId(uid) }
|
||||
// Added on 1.50
|
||||
"GetUserNewItemList" { mapOf("userId" to uid, "userItemList" to empty) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user