Commit 4e41e9b7 by 宋毅

tj

parent dbd48def
...@@ -128,9 +128,6 @@ class UtilsAuthSve extends AppServiceBase { ...@@ -128,9 +128,6 @@ class UtilsAuthSve extends AppServiceBase {
return system.getResult(null, "pobj.appInfo can not be empty !"); return system.getResult(null, "pobj.appInfo can not be empty !");
} }
var result = await this.restPostUrl(pobj, this.centerAppUrl + "auth/accessAuth/getLoginInfo"); var result = await this.restPostUrl(pobj, this.centerAppUrl + "auth/accessAuth/getLoginInfo");
if (result.status == 0) {
this.userLogout(pobj, actionBody);
}
return result; return result;
} }
/** /**
......
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 to comment