bugfix: 修改默认返回result为ret

This commit is contained in:
zhanghao 2026-03-04 16:42:51 +08:00
parent a087c35273
commit 8ec9912550

View File

@ -306,7 +306,7 @@ export const collapseList = [
{ name: "input", type: "input", input: "", required: true } { name: "input", type: "input", input: "", required: true }
], ],
outputType: 'json', outputType: 'json',
outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}] outputParams: [{ name: 'ret', type: 'Object', children: [], desc: 'js节点返回'}]
} }
], ],
}, },