Commit c3caf3a4 by 宋毅

tj

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