mirror of https://github.com/hykilpikonna/AquaDX
[O] Let's assume everyone found their keys
parent
43582f0528
commit
b178d7fd8d
|
@ -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) }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue