Commit 7567e436 by 韦华德

民政单点登录:增加手机验证码,注册去掉邮箱

parent 9f346a38
......@@ -204,7 +204,7 @@ public class SsoService {
AssertUtils.hasText(sysInfo.getHomeUrl(), "业务系统主页地址未配置");*/
String token = tokenProvider.getToken(request);
String key = redisUtils.getStr(token);
String key = redisUtils.getStr(CacheKeys.apiKey(token));
Map<String, Object> data = new HashMap<>();
data.put("toUrl", toUrl + "?" + properties.getHeader() + "=" + token + "&key=" + key);
......
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 to comment