Results 2 comments of lc1055

> 是插件调试超时时间吗? 是的

` app.UseKnife4UI(c => { c.RoutePrefix = "doc"; c.SwaggerEndpoint($"../{app.Key}/swagger.json", app.Value); }); ` 路径里加上 ../ 居然有效~