mirror of https://github.com/hykilpikonna/AquaDX
[+] Verse: Return user challenge
parent
cc5ffdf644
commit
9ac4b56ef7
|
@ -49,10 +49,9 @@ fun ChusanController.chusanInit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
"GetUserUC".paged("userUnlockChallengeList") {
|
"GetUserUC".paged("userUnlockChallengeList") {
|
||||||
// TODO: Save and load user unlock challenge
|
|
||||||
// unlockChallengeId: int, status: int, clearCourseId: int, conditionType: int
|
// unlockChallengeId: int, status: int, clearCourseId: int, conditionType: int
|
||||||
// score: int, life: int, clearDate: date
|
// score: int, life: int, clearDate: date
|
||||||
empty
|
db.userChallenge.findByUser_Card_ExtId(uid)
|
||||||
}
|
}
|
||||||
|
|
||||||
"GetUserRecMusic".paged("userRecMusicList") {
|
"GetUserRecMusic".paged("userRecMusicList") {
|
||||||
|
|
Loading…
Reference in New Issue