mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-13 21:06:48 +08:00
日志
This commit is contained in:
@@ -205,11 +205,11 @@ public class PortalLoginApi extends ApiBaseController {
|
|||||||
public JsonResponse<Map<String, Object>> boeNewLogin(String token) {
|
public JsonResponse<Map<String, Object>> boeNewLogin(String token) {
|
||||||
try {
|
try {
|
||||||
if (StringUtil.isBlank(token)) {
|
if (StringUtil.isBlank(token)) {
|
||||||
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error");
|
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error 1");
|
||||||
}
|
}
|
||||||
Map<String, String> tokenInfo = authorizationToken.readToken(token);
|
Map<String, String> tokenInfo = authorizationToken.readToken(token);
|
||||||
if (tokenInfo == null) {
|
if (tokenInfo == null) {
|
||||||
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error");
|
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error 2");
|
||||||
}
|
}
|
||||||
|
|
||||||
UserData udata=outsideService.getUserInfoByUserId(null);
|
UserData udata=outsideService.getUserInfoByUserId(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user