Commit cb72fe54 by 王栋源

wdy

parent 4dca9c25
...@@ -98,7 +98,7 @@ class UtilsAuthSve extends AppServiceBase { ...@@ -98,7 +98,7 @@ 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, settings.centerAppUrl() + "auth/accessAuth/modiPasswordByMobile"); var result = await this.restPostUrl(pobj, settings.centerAppUrl() + "auth/accessAuth/modiPasswordByMobile");
if (acckapp.status == 0 && actionBody.userpin) { if (result.status == 0 && actionBody.userpin) {
this.userLogout(pobj, actionBody); this.userLogout(pobj, actionBody);
} }
return system.getResultSuccess(); return system.getResultSuccess();
......
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