Commit 9ded428b by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents ea3b6fea c3caf3a4
...@@ -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