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