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

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

View File

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