原创

swagger在线接口 - url: "


swagger在线接口 - url: "/swagger/index",

window.onload = function() {

// Begin Swagger UI call region

const ui = SwaggerUIBundle({

url: "/swagger/index",

dom_id: '#swagger-ui',

deepLinking: true,

presets: [

SwaggerUIBundle.presets.apis,

SwaggerUIStandalonePreset

],

plugins: [

SwaggerUIBundle.plugins.DownloadUrl

],

layout: "StandaloneLayout"

});

// End Swagger UI call region

window.ui = ui;

留言反馈
问题反馈渠道,如有软件无法下载或者其他问题可反馈。【由于某种原因,目前留言不展示】
用户需要登录后才能留言反馈