Commit ceeeead4 by 任晓松

根据验证码修改手机号,邮箱

parent e2dec812
...@@ -101,7 +101,7 @@ class AccessAuthAPI extends WEBBase { ...@@ -101,7 +101,7 @@ class AccessAuthAPI extends WEBBase {
opResult = await this.utilsAuthSve.putUserPwdByMobile(pobj, pobj.actionBody); opResult = await this.utilsAuthSve.putUserPwdByMobile(pobj, pobj.actionBody);
break; break;
case "putUserMobileByVcode"://通过手机验证码修改手机号,邮箱 case "putUserMobileByVcode"://通过手机验证码修改手机号,邮箱
opResult = await this.utilsAuthSve.putUserPwdByMobile(pobj, pobj.actionBody); opResult = await this.utilsAuthSve.putUserMobileByVcode(pobj, pobj.actionBody);
break; break;
case "getLoginInfo"://通过userpin获取用户登录信息--已经废弃,在路由中处理了 case "getLoginInfo"://通过userpin获取用户登录信息--已经废弃,在路由中处理了
opResult = await this.utilsAuthSve.getLoginInfo(pobj, pobj.actionBody); opResult = await this.utilsAuthSve.getLoginInfo(pobj, pobj.actionBody);
......
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