bugfix: 修改默认返回result为ret
This commit is contained in:
parent
a087c35273
commit
8ec9912550
@ -306,7 +306,7 @@ export const collapseList = [
|
||||
{ name: "input", type: "input", input: "", required: true }
|
||||
],
|
||||
outputType: 'json',
|
||||
outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}]
|
||||
outputParams: [{ name: 'ret', type: 'Object', children: [], desc: 'js节点返回'}]
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user