src/templates/zshare/formconfig.jsx
@@ -884,10 +884,25 @@ }, { type: 'radio', key: 'cross', label: '跨域请求', initVal: card.cross || 'true', tooltip: '如果自定义接口不支持跨域请求,会通过当前系统转发。', required: false, options: [{ value: 'true', text: '支持' }, { value: 'false', text: '不支持' }] }, { type: 'radio', key: 'callbackType', label: '回调方式', initVal: card.callbackType || 'script', tooltip: '使用默认方式执行时,需要配合计划任务。', tooltip: '使用后台脚本执行时,需要配合计划任务。', required: true, options: [{ value: 'script',