Commit 010a8729 by 宋毅

tj

parent 1507ea8c
...@@ -37,7 +37,7 @@ class AccessAuthAPI extends APIBase { ...@@ -37,7 +37,7 @@ class AccessAuthAPI extends APIBase {
// } // }
return result; return result;
} }
async opActionProcess(action_process, action_type, action_body, pobj, req) { async opActionProcess(action_process, action_type, action_body, req) {
var opResult = system.getResult(null, "req Failure"); var opResult = system.getResult(null, "req Failure");
var userpin = this.getUUID(); var userpin = this.getUUID();
action_body.appInfo = req.appInfo; action_body.appInfo = req.appInfo;
......
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