springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/UserApi.java
@@ -30,7 +30,7 @@ @ApiOperation(value = "当前登录用户信息",response = LoginUserInfoVO.class) @GetMapping("info") public R getUserInfo(){ Integer userId = this.getUserId(); Long userId = this.getUserId(); boolean empty = ObjectUtils.isEmpty(userId); if (empty) { throw new UnAuthenticationException();