Commit 50e9e1a4 by 王昆

gsb

parent 2cdc2cc3
...@@ -217,7 +217,7 @@ class UserCtl extends CtlBase { ...@@ -217,7 +217,7 @@ class UserCtl extends CtlBase {
return system.getResult(null, `系统错误 错误信息 ${error}`); return system.getResult(null, `系统错误 错误信息 ${error}`);
} }
} }
async updPassword(params, pobj2, req) { async resetPassword(params, pobj2, req) {
params.password = this.trim(params.password); params.password = this.trim(params.password);
if(!params.password) { if(!params.password) {
return system.getResult(null, `请填写密码`); return system.getResult(null, `请填写密码`);
......
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