Commit c3caf3a4 by 宋毅

tj

parent 857dda5b
...@@ -12,9 +12,11 @@ class TmToolsAPI extends WEBBase { ...@@ -12,9 +12,11 @@ class TmToolsAPI extends WEBBase {
* action_body 执行的参数 * action_body 执行的参数
*/ */
async springBoard(pobj, qobj, req) { async springBoard(pobj, qobj, req) {
if (["getTmNclFilterSearch"].indexOf(pobj.actionType) < 0) {
if (!pobj.actionProcess) { if (!pobj.actionProcess) {
return system.getResult(null, "actionProcess参数不能为空"); return system.getResult(null, "actionProcess参数不能为空");
} }
}
if (!pobj.actionType) { if (!pobj.actionType) {
return system.getResult(null, "actionType参数不能为空"); return system.getResult(null, "actionType参数不能为空");
} }
......
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