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;