Merge pull request #9387 from metersphere/pr@dev@fix_接口测试_请求中自定义query区域第一个参数会默认必填
fix(接口测试): get请求自定义query区域第一个参数会默认必填
This commit is contained in:
commit
db86c635f5
|
@ -217,6 +217,7 @@ export default {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
enable: true,
|
enable: true,
|
||||||
uuid: this.uuid(),
|
uuid: this.uuid(),
|
||||||
|
required: false,
|
||||||
contentType: 'text/plain'
|
contentType: 'text/plain'
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue