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:
@@ -211,7 +211,6 @@ public class PortalLoginApi extends ApiBaseController {
|
|||||||
if (tokenInfo == null) {
|
if (tokenInfo == null) {
|
||||||
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error");
|
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
UserData udata=outsideService.getUserInfoByUserId(null);
|
UserData udata=outsideService.getUserInfoByUserId(null);
|
||||||
if(udata==null) {
|
if(udata==null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user