fix(接口测试): get请求自定义query区域第一个参数会默认必填

--bug=1009576 --user=王孝刚 【接口测试】github#9301,get请求==自定义query区域第一个参数会默认必填
https://www.tapd.cn/55049933/s/1091492
This commit is contained in:
wxg0103 2022-01-14 15:23:13 +08:00
parent 9e9f206507
commit e99071c461

View File

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