jobmission / oauth2-server

spring boot (springboot 3+) oauth2 server sso 单点登录 认证中心 JWT,独立部署,用户管理 客户端管理
MIT License
476 stars 221 forks source link

/user/me controller下的result结果中accountOpenCode错误地返回了userId #18

Closed thebirdandfish closed 4 years ago

thebirdandfish commented 4 years ago

建议改为: result.put("accountOpenCode", userAccount.getAccountOpenCode()); 位置在:

public class ProfileController

@RequestMapping("/user/me") public Map<String, Object> info

jobmission commented 4 years ago

已更正