You've already forked FrameTour-BE
添加“景区内容(成片、未成片模版、源素材)列表”接口
This commit is contained in:
@ -72,8 +72,12 @@ public class JwtAnalysisUtil {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
Long userId = null;
|
||||
if (body.get("userId")!=null) {
|
||||
userId= (Long) body.get("userId");
|
||||
}
|
||||
return new JwtInfo(StringUtil.a(body.get("name")),
|
||||
StringUtil.a(body.get("userId")),
|
||||
userId,
|
||||
StringUtil.a(body.get("roleId")),
|
||||
body.getSubject(),
|
||||
StringUtil.a(body.get("phone")),
|
||||
|
Reference in New Issue
Block a user