fix(接口测试): 请求体去掉编码
--bug=1037615 --user=王孝刚 【接口测试】查看接口是-x-www-form-urlencoded格式请求体,编码开启不生效 https://www.tapd.cn/55049933/s/1495216
This commit is contained in:
parent
c11e0e7bb3
commit
814b0ef679
|
@ -233,17 +233,6 @@
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
...(innerParams.value.bodyType !== RequestBodyFormat.FORM_DATA
|
|
||||||
? [
|
|
||||||
{
|
|
||||||
title: 'apiTestDebug.encode',
|
|
||||||
dataIndex: 'encode',
|
|
||||||
slotName: 'encode',
|
|
||||||
titleSlotName: 'encodeTitle',
|
|
||||||
width: 80,
|
|
||||||
},
|
|
||||||
]
|
|
||||||
: []),
|
|
||||||
{
|
{
|
||||||
title: 'apiTestDebug.desc',
|
title: 'apiTestDebug.desc',
|
||||||
dataIndex: 'description',
|
dataIndex: 'description',
|
||||||
|
|
Loading…
Reference in New Issue