fix(接口测试): 请求体去掉编码

--bug=1037615 --user=王孝刚 【接口测试】查看接口是-x-www-form-urlencoded格式请求体,编码开启不生效
https://www.tapd.cn/55049933/s/1495216
This commit is contained in:
wxg0103 2024-04-11 19:26:38 +08:00 committed by Craftsman
parent c11e0e7bb3
commit 814b0ef679
1 changed files with 0 additions and 11 deletions

View File

@ -233,17 +233,6 @@
align: 'center',
width: 200,
},
...(innerParams.value.bodyType !== RequestBodyFormat.FORM_DATA
? [
{
title: 'apiTestDebug.encode',
dataIndex: 'encode',
slotName: 'encode',
titleSlotName: 'encodeTitle',
width: 80,
},
]
: []),
{
title: 'apiTestDebug.desc',
dataIndex: 'description',