Commit b40f892f by zhangchen

显示用户真实姓名或者昵称

parent 7342131e
...@@ -106,7 +106,7 @@ public class FaceWebSocket { ...@@ -106,7 +106,7 @@ public class FaceWebSocket {
face.setCreateTime(new SimpleDateFormat("yyyy-MM-dd").format(new Date())); face.setCreateTime(new SimpleDateFormat("yyyy-MM-dd").format(new Date()));
face.setDeviceId(username); face.setDeviceId(username);
userMService.saveUserFaceDetail(face); userMService.saveUserFaceDetail(face);
result.setMessage("欢迎爱玩会员 "+userExt.getBindedMobilePhone().replaceAll("(\\d{3})\\d{4}(\\d{4})","$1****$2")); result.setMessage("欢迎爱玩会员 "+userExt.getUserName());
result.setSuccess(true); result.setSuccess(true);
}else{ }else{
result.setMessage("您的会员已过期,过期时间:"+new SimpleDateFormat("yyyy-MM-dd").format(userExt.getCommuneAgainTime())+"请续费"); result.setMessage("您的会员已过期,过期时间:"+new SimpleDateFormat("yyyy-MM-dd").format(userExt.getCommuneAgainTime())+"请续费");
......
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 sign in to comment