Commit 252fc312 by 任晓松

update

parent 92299ebd
...@@ -38,6 +38,7 @@ class APIBase { ...@@ -38,6 +38,7 @@ class APIBase {
} }
async doexec(gname, methodname, pobj, query, req) { async doexec(gname, methodname, pobj, query, req) {
req.requestId = this.getUUID(); req.requestId = this.getUUID();
this.execClientNew.execLogs("center-order-doexecMethod-receive" + req.path, pobj, "center-order-doexecMethod-receive", tmpResult, null);
try { try {
//验证accesskey或验签 //验证accesskey或验签
var isPassResult = await this.checkAcck(gname, methodname, pobj, query, req); var isPassResult = await this.checkAcck(gname, methodname, pobj, query, req);
......
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