REM:
1. 修改用户登录的响应消息
This commit is contained in:
chenlinghy 2020-09-03 17:24:01 +08:00
parent 0d85576263
commit 1404e286f1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class AuthController {
.userName(mr.getMsgContent().getUserName())
.token(ret.getSecondParam())
.logTime(System.currentTimeMillis())
.expireTime((System.currentTimeMillis() / 1000 / 60) + expTime)
.expireTime(expTime)
.build();
rspInfo.setStatus(ErrorCode.ERR_OK.getCode());