mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
课程详情api返回学员的课时学习记录
This commit is contained in:
@@ -35,11 +35,11 @@ public class FCtx {
|
||||
THREAD_LOCAL.remove();
|
||||
}
|
||||
|
||||
public static void setUserId(Integer id) {
|
||||
public static void setId(Integer id) {
|
||||
put(KEY_USER_ID, id);
|
||||
}
|
||||
|
||||
public static Integer getUserId() {
|
||||
public static Integer getId() {
|
||||
return (Integer) get(KEY_USER_ID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user