[+] Add todo

matching
Azalea 2024-12-26 19:51:18 -05:00
parent a2413f3635
commit 44eab78935
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ fun ChusanServletController.init() {
"GetUserItem" {
val kind = parsing { (data["nextIndex"]!!.long / 10000000000L).int }
val lst = db.userItem.findAllByUser_Card_ExtIdAndItemKind(uid, kind)
// TODO: All unlock
mapOf("userId" to uid, "length" to lst.size, "nextIndex" to -1, "itemKind" to kind, "userItemList" to lst)
}