From 6e1231595e0e72b0fa421711d34bc77d3b406a4b Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 21 四月 2023 10:14:37 +0800
Subject: [PATCH] 高级排程过工单信息测试接口(实现不了) 采购到货单接口开发
---
VueWebApi/App_Start/SwaggerConfig.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/App_Start/SwaggerConfig.cs b/VueWebApi/App_Start/SwaggerConfig.cs
index d86f7ff..e1d332f 100644
--- a/VueWebApi/App_Start/SwaggerConfig.cs
+++ b/VueWebApi/App_Start/SwaggerConfig.cs
@@ -24,7 +24,7 @@
GlobalConfiguration.Configuration
.EnableSwagger(c =>
{
- c.SingleApiVersion("v1", "新凯迪MES平台在线接口文档");
+ c.SingleApiVersion("v1", "新凯迪MES平台在线接口API");
//c.IncludeXmlComments(string.Format("{0}/bin/VueWebApi.XML", System.AppDomain.CurrentDomain.BaseDirectory));
//让swagger根据xml文档来解析
c.IncludeXmlComments(GetXmlCommentsPath(thisAssembly.GetName().Name));
@@ -43,7 +43,7 @@
})
.EnableSwaggerUi(c =>
{
- c.DocumentTitle("新凯迪MES平台在线接口文档");
+ c.DocumentTitle("新凯迪MES平台在线接口API");
c.InjectJavaScript(thisAssembly, "VueWebApi.Scripts.swagger_lang.js");//汉化js
});
}
--
Gitblit v1.9.3