Commit c0c9a711 by 王栋源

wdy

parent e2f658fb
...@@ -259,7 +259,7 @@ class OpPlatformUtils { ...@@ -259,7 +259,7 @@ class OpPlatformUtils {
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 acckapp = await this.modiPasswordByMobile(actionBody.mobile, actionBody.vcode, actionBody.newPwd, pobj.appInfo.uapp_key, pobj.appInfo.uapp_secret); var acckapp = await this.modiPasswordByMobile(actionBody.mobile, actionBody.vcode, actionBody.newPwd, pobj.appInfo.uapp_key, pobj.appInfo.uapp_secret);
......
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