DocumentServiceAPI.Application/applicationsettings.json
@@ -3,25 +3,50 @@
  "SpecificationDocumentSettings": {
    "DocumentTitle": "Furion | 规范化接口",
    "GroupOpenApiInfos": [
        {
          "Group": "Default",
          "Title": "标书管理系统服务",
          "Description": "这个一个很好用标书管理系统服务软件",
          "Version": "1.0.0",
          "Contact": {
            "Name": "政采咨询有限公司",
            "Url": "http://www.51zhengcai.com"
          },
          "License": {
            "Name": "政采咨询有限公司",
            "Url": "http://www.51zhengcai.com"
          }
      {
        "Group": "Default",
        "Title": "标书管理系统服务",
        "Description": "这个一个很好用标书管理系统服务软件",
        "Version": "1.0.0",
        "Contact": {
          "Name": "政采咨询有限公司",
          "Url": "http://www.51zhengcai.com"
        },
        "License": {
          "Name": "政采咨询有限公司",
          "Url": "http://www.51zhengcai.com"
        }
      }
    ]
  },
  //swags 名称配置 默认分组
  "[openapi:LogInAndUser]": {
    "Title": "登录和用户",
    "Order": 0,
    "Description": "用户和登录相关",
    "Version": "1.0.0",
    "Contact": {
      "Name": "政采咨询有限公司",
      "Url": "http://www.51zhengcai.com"
    },
    "License": {
      "Name": "政采咨询有限公司",
      "Url": "http://www.51zhengcai.com"
    }
  },
  //配置路由风格
    "DynamicApiControllerSettings": {
      "KeepName": true,//保持路由一致
      "KeepVerb": true,//保持版本号一致
      "LowercaseRoute": false
    },
  "CorsAccessorSettings": {
    "WithExposedHeaders": [
      "access-token",