fix:文案

Change-Id: Ib7cd2b220a42793ef0403a5110b1959c71c84078
This commit is contained in:
hsm-lv 2022-07-28 11:45:54 +08:00
parent b0dd9d7214
commit 9a5bc10cf1

View File

@ -467,11 +467,12 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => {
{
name: 'outputVar',
type: 'input-text',
label: '请求出参',
label: '存储结果',
placeholder: '请输入存储请求结果的变量名称',
description: '后面的动作可以通过\\${event.data.请求出参名称}来获取本次请求的返回结果',
description: '如需执行多次发送请求,可以修改此变量名用于区分不同请求返回的结果',
mode: 'horizontal',
size: 'lg',
value: 'responseResult',
required: true
}
]