Commit 86edf76e authored by 高广京's avatar 高广京

Merge branch 'KF-30' into 'master'

新增日志

See merge request !24
parents c9cdd355 74bd1bb3
......@@ -241,8 +241,10 @@ public class AppController implements IBaseController {
//租户下新增用户
oauthLoginInfoService.addLoginInfo(user, tenantId);
log.info("=addLoginInfo end");
LoginProperties loginProperties = new LoginProperties("", 4, channelId, registerFrom, appChannel, merchant.getId(), merchant.getName(), tenantId);
AuthBean bean = sessionService.createSession(user, loginProperties);
log.info("=createSession end");
LoginInfo loginInfo = new LoginInfo();
loginInfo.setUser(new UserRet(user));
loginInfo.setHasPassword(user.getHasPassword());
......@@ -257,6 +259,7 @@ public class AppController implements IBaseController {
context.setCreatedFrom(registerFrom);
context.setAppChannel(appChannel);
loginInfo.setLoginContext(context);
log.info("=setLoginInfo end");
log.info("第三方用户获取信息登录成功 [AppController] loginSuper --> loginFrom:{}, phoneNo:{},appChannel:{},channelId:{}", registerFrom, phoneNo, appChannel, channelId);
try {
......
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