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