Commit 1eb83208 by 罗志长

fix: 不返回appid, secret

parent 40b084de
...@@ -968,6 +968,8 @@ public class PlatUserServiceImpl extends ServiceImpl<PlatUserMapper, PlatUser> ...@@ -968,6 +968,8 @@ public class PlatUserServiceImpl extends ServiceImpl<PlatUserMapper, PlatUser>
getRoleList(userVO); getRoleList(userVO);
PlatTenant platTenant = platTenantService.getById(userVO.getTenantId()); PlatTenant platTenant = platTenantService.getById(userVO.getTenantId());
platTenant.setAppid(null);
platTenant.setSecret(null);
userVO.setPlatTenant(platTenant); userVO.setPlatTenant(platTenant);
return userVO; return userVO;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment