mirror of https://github.com/hykilpikonna/AquaDX
[+] Add todo
parent
a2413f3635
commit
44eab78935
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue