Commit 4ebe0b4b authored by 技术部-任文超's avatar 技术部-任文超

暂时取消返回token,相关方案后续再完善

parent 09091bac
...@@ -1185,10 +1185,7 @@ public class InnerController implements IBaseController { ...@@ -1185,10 +1185,7 @@ public class InnerController implements IBaseController {
//增加登陆统计发送 //增加登陆统计发送
UserStatistics statistics=new UserStatistics(user,dimension,3,channelId); UserStatistics statistics=new UserStatistics(user,dimension,3,channelId);
MqUtils.sendLoanVest(statistics); MqUtils.sendLoanVest(statistics);
//创建session并返回Token return JsonResult.buildSuccessResult("校验成功", new UserRet(user));
AuthBean session = sessionService.createSession(channelId, createdFrom, appChannel, user, merchant);
String token = session.getToken();
return JsonResult.buildSuccessResult("校验成功", new UserRetWithToken(user, token));
} }
@LogHttpCaller @LogHttpCaller
......
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