fix(接口测试): 接口调试默认不展示 schema
--bug=1047115 --user=白奇 【接口测试】调试-请求体的json标签下至显示jsonschema格式 https://www.tapd.cn/55049933/s/1585425
This commit is contained in:
parent
a02322ed43
commit
b01add42c2
|
@ -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: '',
|
||||||
|
|
Loading…
Reference in New Issue