fix(接口测试): get请求自定义query区域第一个参数会默认必填
--bug=1009576 --user=王孝刚 【接口测试】github#9301,get请求==自定义query区域第一个参数会默认必填 https://www.tapd.cn/55049933/s/1091492
This commit is contained in:
parent
ea5caf0ec8
commit
1fe1889f14
|
@ -214,6 +214,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