You've already forked FrameTour-BE
添加“景区内容(成片、未成片模版、源素材)列表”接口
This commit is contained in:
@ -82,7 +82,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
|
||||
}
|
||||
BaseContextHandler.setToken(token);
|
||||
BaseContextHandler.setName(jwtInfo.getName());
|
||||
BaseContextHandler.setUserId(jwtInfo.getUserId());
|
||||
BaseContextHandler.setUserId(String.valueOf(jwtInfo.getUserId()));
|
||||
BaseContextHandler.setAccount(jwtInfo.getAccount());
|
||||
BaseContextHandler.setPhone(jwtInfo.getPhone());
|
||||
BaseContextHandler.setRoleId(jwtInfo.getRoleId());
|
||||
|
Reference in New Issue
Block a user