/appLogin返回code(身份证或社会信用代码)

This commit is contained in:
sh
2025-10-21 16:11:22 +08:00
parent 0eee50be78
commit 6680622a85

View File

@@ -259,6 +259,7 @@ public class SysLoginService
String token = loginUserIdApp(existingUser);
ajax.put(Constants.TOKEN, token);
ajax.put("isNewUser", false);
ajax.put("code", existingUser.getIdCard());
return ajax;
}else {
JSONObject phoneInfo = wechatUtil.decryptPhoneNumber(dto.getEncryptedData(), sessionKey, dto.getIv());