cust auth

This commit is contained in:
sxu 2025-02-12 18:30:44 +08:00
parent 894e27e75f
commit c7ca7d90f5
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class TokenService {
loginUser.setCustId(custId); loginUser.setCustId(custId);
loginUser.getSysUser().setCustName(custName); loginUser.getSysUser().setCustName(custName);
loginUser.setIpaddr(IpUtils.getIpAddr()); loginUser.setIpaddr(IpUtils.getIpAddr());
loginUser.getSysUser().setPhonenumber(phoneNumber);
refreshToken(loginUser); refreshToken(loginUser);
// Jwt存储信息 // Jwt存储信息
Map<String, Object> claimsMap = new HashMap<String, Object>(16); Map<String, Object> claimsMap = new HashMap<String, Object>(16);