Commit bcc9f375 by 王栋源

wdy

parent 0990036c
...@@ -94,7 +94,7 @@ class UtilsAuthSve extends AppServiceBase { ...@@ -94,7 +94,7 @@ class UtilsAuthSve extends AppServiceBase {
if (!actionBody.newPwd) { if (!actionBody.newPwd) {
return system.getResult(null, "pobj.newPwd can not be empty !"); return system.getResult(null, "pobj.newPwd can not be empty !");
} }
if (!actionBody.appInfo) { if (!pobj.appInfo) {
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");
......
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