Commit 9d0111a2 authored by muhong's avatar muhong

修改 邀请码

parent 2102337c
...@@ -183,7 +183,7 @@ public class UserServiceImpl implements UserService { ...@@ -183,7 +183,7 @@ public class UserServiceImpl implements UserService {
} }
// 获取登录结果 // 获取登录结果
Map<String, Object> result = getLoginResult(mobile, request); Map<String, Object> result = getLoginResult(mobile, request);
result.put("isInvited", inviteRecordService.isExisted(dto.getMobile()).getData()); result.put("isInvited", inviteRecordService.isExisted(mobile).getData());
logger.info("【请求结束】快捷登录成功,响应结果:{}", JSONObject.toJSONString(result)); logger.info("【请求结束】快捷登录成功,响应结果:{}", JSONObject.toJSONString(result));
return Result.success(result); return Result.success(result);
} catch (Exception e) { } catch (Exception e) {
......
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