mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 15:57:28 +08:00
[+] Verse: Return user challenge
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user