fix(接口测试): 接口调试默认不展示 schema

--bug=1047115 --user=白奇 【接口测试】调试-请求体的json标签下至显示jsonschema格式 https://www.tapd.cn/55049933/s/1585425
This commit is contained in:
baiqi 2024-09-25 10:23:42 +08:00 committed by Craftsman
parent a02322ed43
commit b01add42c2
1 changed files with 9 additions and 1 deletions

View File

@ -140,7 +140,15 @@
method: RequestMethods.GET, method: RequestMethods.GET,
unSaved: false, unSaved: false,
headers: [], headers: [],
body: cloneDeep(defaultBodyParams), body: {
...cloneDeep(defaultBodyParams),
jsonBody: {
jsonValue: '',
enableJsonSchema: false,
jsonSchemaTableData: [],
jsonSchemaTableSelectedRowKeys: [],
},
},
query: [], query: [],
rest: [], rest: [],
polymorphicName: '', polymorphicName: '',