e.stopPropagation()}>

{rule ? '编辑' : '添加'} API 字段

最终 JSON 中的字段名

{#if showUrlVars}
{#each headers as h (h)} {/each}
{/if}

支持 {{列名}} 模板变量

Headers
{#if headerEntries.length > 0}
{#each headerEntries as entry, i (i)}
{/each}
{:else}

暂无 Header

{/if}
{#if method === 'POST'}
{#if showBodyVars}
{#each headers as h (h)} {/each}
{/if}
{/if}

从接口返回 JSON 中提取值的路径(如 data.result.value)

API 请求失败时的默认值