forked from Cookies_Github_mirror/AquaDX
[+] Add todo
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user