|
|
|
@ -76,7 +76,7 @@ public class ThirdLoginServiceImpl implements ThirdLoginService { |
|
|
|
} |
|
|
|
if (null == user || StringUtils.isEmpty(user.getLoginName())) { |
|
|
|
// 电话号码解密并获取用户
|
|
|
|
String phone = IdCardCryptoUtil.symmetricDecryptIdCard(srzSecretKey, jsonObject.getString("phone")); |
|
|
|
String phone = IdCardCryptoUtil.symmetricDecryptIdCard(secretKey, jsonObject.getString("phone")); |
|
|
|
log.info("电话号码:{}",phone); |
|
|
|
user = userApi.getUserByUserPhone(phone); |
|
|
|
} |
|
|
|
|