lss
2 天以前 f46e8e10c579b92a807b10fa00f5076f33198ce8
HH.WCS.Mobox3 - ´ó³µ¼ä/HH.WCS.Mobox3.JiaTong/App_Start/Startup.cs
@@ -7,9 +7,9 @@
using Owin;
using Swashbuckle.Application;
[assembly: OwinStartup(typeof(HH.WCS.JiaTong.Startup))]
[assembly: OwinStartup(typeof(HH.WCS.JiaTong_DCJ.Startup))]
namespace HH.WCS.JiaTong {
namespace HH.WCS.JiaTong_DCJ {
    public class Startup {
        public void Configuration(IAppBuilder app) {
            // æœ‰å…³å¦‚何配置应用程序的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkID=316888
@@ -32,8 +32,8 @@
            config.MapHttpAttributeRoutes();
            config.EnableSwagger(c => {
                c.SingleApiVersion("v1", "hh wms api");
                c.IncludeXmlComments(System.AppDomain.CurrentDomain.BaseDirectory + "\\HH.WCS.JiaTong.LISTA.xml");
                c.CustomProvider((defaultProvider) => new SwaggerCacheProvider(defaultProvider, $@"{System.AppDomain.CurrentDomain.BaseDirectory}\\HH.WCS.JiaTong.xml"));
                c.IncludeXmlComments(System.AppDomain.CurrentDomain.BaseDirectory + "\\HH.WCS.JiaTong_DCJ.LISTA.xml");
                c.CustomProvider((defaultProvider) => new SwaggerCacheProvider(defaultProvider, $@"{System.AppDomain.CurrentDomain.BaseDirectory}\\HH.WCS.JiaTong_DCJ.xml"));
                c.ResolveConflictingActions(apiDescriptions => apiDescriptions.First());
            }
            ).EnableSwaggerUi(c => {