update
This commit is contained in:
@@ -467,7 +467,7 @@ public class SsoService {
|
||||
appUser.setDomicileAddress(info.getString("entRegisteredAddress"));
|
||||
personCardNo = info.getString("entCreditCode");
|
||||
appUser.setAddress(info.getString("entRegisteredAddress"));
|
||||
String phone = info.getString("entAdminPhone");
|
||||
String phone = userJson.getString("phonenumber");
|
||||
//解密电话号码
|
||||
if (StringUtils.isNotEmpty(phone)) {
|
||||
phone = EncryptUtil.decryptByAppIdAndSecret(phone, webAppId, webAppSecret);
|
||||
@@ -538,7 +538,7 @@ public class SsoService {
|
||||
//0.企业 1.求职者 2.风格员
|
||||
if("0".equals(isCompanyUser)){
|
||||
personCardNo = info.getString("entCreditCode");
|
||||
String phone = info.getString("entAdminPhone");
|
||||
String phone = userJson.getString("phonenumber");
|
||||
//解密电话号码
|
||||
if (StringUtils.isNotEmpty(phone)) {
|
||||
phone = EncryptUtil.decryptByAppIdAndSecret(phone, webAppId, webAppSecret);
|
||||
|
||||
Reference in New Issue
Block a user