Merge pull request #9388 from metersphere/pr@v1.16@fix_接口测试_请求中自定义query区域第一个参数会默认必填

fix(接口测试): get请求自定义query区域第一个参数会默认必填
This commit is contained in:
wxg0103 2022-01-14 17:35:30 +08:00 committed by GitHub
commit e169c9b06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ export default {
type: 'text',
enable: true,
uuid: this.uuid(),
required: false,
contentType: 'text/plain'
}));
}