在线调试请求参数展示,发送请求

This commit is contained in:
暮光:城中城
2021-11-03 23:23:29 +08:00
parent e99fe3bf65
commit 4487c138b2
13 changed files with 517 additions and 355 deletions

View File

@@ -9,5 +9,6 @@ export const zyplayerApi = {
swaggerDocUpdate: data => apiClient({url: '/doc-swagger/doc/update', method: 'post', data: data}),
docSwaggerGlobalParamList: data => apiClient({url: '/doc-swagger/global-param/list', method: 'post', data: data}),
docSwaggerGlobalParamUpdate: data => apiClient({url: '/doc-swagger/global-param/update', method: 'post', data: data}),
requestUrl: data => apiClient({url: '/doc-swagger/proxy/query', method: 'post', data: data}),
};