From b06e7f2272ac8ae5a9fef3ef4fb651aa5e9623a3 Mon Sep 17 00:00:00 2001 From: wanghaomei Date: Mon, 22 May 2023 10:21:15 +0800 Subject: [PATCH] doc --- Myshipping.Web.Core/applicationconfig.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Myshipping.Web.Core/applicationconfig.json b/Myshipping.Web.Core/applicationconfig.json index 2b43003..d59432d 100644 --- a/Myshipping.Web.Core/applicationconfig.json +++ b/Myshipping.Web.Core/applicationconfig.json @@ -15,27 +15,27 @@ "InjectSpecificationDocument": true //是否开启swagger }, "SpecificationDocumentSettings": { - "DocumentTitle": "Myshipping", + "DocumentTitle": "客户订舱平台", "DocExpansionState": "None", "GroupOpenApiInfos": [ + { + "Group": "Application", + "Title": "业务模块", + "Description": "业务相关模块", + "Version": "1.0.0" + }, { "Group": "Default", - "Title": "大简云平台", + "Title": "基础模块", "Description": "", "Version": "1.0.0" }, { "Group": "FlowCenter", "Title": "流程中心", - "Description": "流程中心模块或插件。
作者By MonsterUncle,QQ295228902", + "Description": "流程中心模块或插件。", "Version": "1.0.0" }, - { - "Group": "Application", - "Title": "业务模块", - "Description": "独立业务模块", - "Version": "1.0.0" - } ] }, "JWTSettings": {