Skip to content

Commit

Permalink
Merge pull request #23 from kkangert/fix_var
Browse files Browse the repository at this point in the history
修复 响应对象变量名称错误
  • Loading branch information
kkangert authored Aug 1, 2024
2 parents 09c2643 + abfd4c3 commit 4ab85f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public List<ConfigItem> configItems() {

//节点变量
ConfigItem nodeVariableName = new ConfigItem("节点变量", ConfigItem.ComponentType.EL_INPUT,
ConfigItem.DataType.STRING, "nodeVariableName", "请输入节点变量", "rest", null, null);
ConfigItem.DataType.STRING, "nodeVariableName", "请输入节点变量", "resp", null, null);
configItemList.add(nodeVariableName);

//请求的延迟时间 默认0s
Expand Down

0 comments on commit 4ab85f7

Please sign in to comment.