Commit 5ef39829 by 宋毅

t

parent 4776d286
...@@ -9,7 +9,7 @@ class AccessAuthAPI extends APIBase { ...@@ -9,7 +9,7 @@ class AccessAuthAPI extends APIBase {
this.authUtils = system.getObject("util.businessManager.authUtils"); this.authUtils = system.getObject("util.businessManager.authUtils");
this.userSve = system.getObject("service.auth.userSve"); this.userSve = system.getObject("service.auth.userSve");
} }
/*查询注册用户的信息*/ /*查询注册用户的信息sys*/
async queryRegUser(pobj, query, req){ async queryRegUser(pobj, query, req){
var appid=req.app.id; var appid=req.app.id;
var userList= await this.userSve.queryUsersByAppId(appid); var userList= await this.userSve.queryUsersByAppId(appid);
......
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