|
|
@@ -95,8 +95,8 @@ public class JwtHelper {
|
|
|
Claims body = claimsJws.getBody();
|
|
|
return new JwtInfo(
|
|
|
ObjectUtils.getStringValue(body.get("appId")),
|
|
|
- ObjectUtils.getLongValue(body.get("userId")),
|
|
|
ObjectUtils.getLongValue(body.get("companyId")),
|
|
|
+ ObjectUtils.getLongValue(body.get("userId")),
|
|
|
ObjectUtils.getStringValue(body.get("userName"))
|
|
|
);
|
|
|
}
|