Commit c1f5a9e6 by 王栋源

wdy

parent 1994a010
......@@ -17,6 +17,7 @@ class TmQueryAPI extends APIBase {
if (!pobj.actionType) {
return system.getResult(null, "actionType参数不能为空");
}
console.log(pobj);
var result = await this.opActionProcess(pobj.actionType, pobj.actionBody);
return result;
}
......
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