Commit 51b239a9 by 任晓松

update

parent b1e39a10
......@@ -411,7 +411,7 @@ class OpPlatformUtils {
return system.getResultFail(system.verifyVCodeFail, "验证码校验不成功,请重新获取验证码验证.", system.verifyVCodeFail);
}
const uPassword = await this.getEncryptStr(actionBody.newPwd);//uPassword
await this.appuserDao.updateByWhere({ password: uPassword }, { where: { channel_userid: mobile, uapp_id: pobj.appInfo.uapp_id } })
await this.appuserDao.updateByWhere({ password: uPassword }, { where: { channel_userid: actionBody.mobile, uapp_id: pobj.appInfo.uapp_id } })
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