提交 1fa875bc 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

Merge branch 'dev-1223' into 'release'

dev-1223 into release



See merge request !69
流水线 #33772 已失败 于阶段
in 0 second
......@@ -36,6 +36,16 @@ public class LoginResult {
private String differentMessage;
private String lastMobile;
public String getLastMobile() {
return lastMobile;
}
public void setLastMobile(String lastMobile) {
this.lastMobile = lastMobile;
}
public Boolean getCheckStatus() {
return checkStatus;
}
......
......@@ -164,7 +164,7 @@ public class LoginV1ServiceImpl implements LoginV1Service {
result = new LoginResult();
result.setCheckStatus(false);
result.setSuggestMessage("为保证学习记录完整,建议使用同一手机号进行登录");
result.setMobile(mobilePhone);
result.setLastMobile(mobilePhone);
String begin = mobilePhone.substring(0, 3);
String end = mobilePhone.substring(7, 11);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册