mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[O] Let's assume everyone found their keys
This commit is contained in:
@@ -191,7 +191,10 @@ fun Maimai2ServletController.initApis() {
|
|||||||
"GetGameKaleidxScope" static { mapOf("gameKaleidxScopeList" to ls(
|
"GetGameKaleidxScope" static { mapOf("gameKaleidxScopeList" to ls(
|
||||||
mapOf("gateId" to 1, "phaseId" to 1),
|
mapOf("gateId" to 1, "phaseId" to 1),
|
||||||
)) }
|
)) }
|
||||||
"GetUserKaleidxScope".unpaged { db.userKaleidx.findByUser_Card_ExtId(uid) }
|
"GetUserKaleidxScope".unpaged {
|
||||||
|
db.userKaleidx.findByUser_Card_ExtId(uid)
|
||||||
|
.mapApply { isKeyFound = true }
|
||||||
|
}
|
||||||
// Added on 1.50
|
// Added on 1.50
|
||||||
"GetUserNewItemList" { mapOf("userId" to uid, "userItemList" to empty) }
|
"GetUserNewItemList" { mapOf("userId" to uid, "userItemList" to empty) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user