Commit 70082e7b by 宋毅

tj

parent 8bdc0d80
......@@ -14,6 +14,12 @@ class APIBase {
return u;
}
async checkAcck(gname, methodname, pobj, query, req) {
if (methodname.length > 4) {
var prefixStr = methodname.substr(0,4);
if (prefixStr == "task") {
return system.getResultSuccess();
}
}
if (!pobj.appInfo) {
return system.getResult(null, "pobj.appInfo can not be empty !!");
}
......
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