src/menu/components/form/formaction/formconfig.jsx
@@ -302,6 +302,22 @@ }] }, { type: 'text', key: 'ContentType', label: 'Content-Type', initVal: card.ContentType || '', tooltip: '默认值:application/x-www-form-urlencoded;charset=UTF-8', required: false }, { type: 'text', key: 'outerBlacklist', label: '字段黑名单', initVal: card.outerBlacklist || '', tooltip: '不需要回传的字段可设置字段黑名单,多个值请用逗号分隔。', required: false }, { type: 'radio', key: 'Ot', label: '行设置',