mirror of
https://github.com/PlayEdu/PlayEdu
synced 2026-03-10 16:21:40 +08:00
课程详情api返回学员的课时学习记录
This commit is contained in:
@@ -60,7 +60,7 @@ public class FrontMiddleware implements HandlerInterceptor {
|
||||
}
|
||||
|
||||
FCtx.setUser(user);
|
||||
FCtx.setUserId(user.getId());
|
||||
FCtx.setId(user.getId());
|
||||
FCtx.setJWtJti(payload.getJti());
|
||||
|
||||
return HandlerInterceptor.super.preHandle(request, response, handler);
|
||||
|
||||
Reference in New Issue
Block a user