Commit 88bd39fc by 蒋勇

d

parent 88ebafb5
...@@ -10,7 +10,7 @@ class AccessAuthAPI extends APIBase { ...@@ -10,7 +10,7 @@ class AccessAuthAPI extends APIBase {
this.userSve = system.getObject("service.auth.userSve"); this.userSve = system.getObject("service.auth.userSve");
this.vCodeExTime = 120;//验证码缓存秒数 this.vCodeExTime = 120;//验证码缓存秒数
} }
async deleteUserForTest(pobj, query, req){ async deleteUserForBoss(pobj, query, req){
await this.userSve.deleteUserForTest(pobj); await this.userSve.deleteUserForTest(pobj);
return system.getResult({}); return system.getResult({});
} }
......
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