liaoxujun@qq.com
2023-08-25 4115c46ea22c90198d46eecbe33be1703fd0cf6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  "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"
        }
      }
    ]
  },
 
  //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",
      "x-access-token",
      "environment"
    ]
  },
  "ZCUserInfoJwtOP": { //zc用户中心jwt配置 用于解析zc的token
 
    "Issuer": "http://localhost",
    "Audience": "http://localhost",
    "Expires": 10800,
    "weixinExpires": 1296000,
    "SecurityKey": "superSecretKey@345",
    "RefreshTokenExpires": 86400,
    "LoginPath": "/_Framework/Redirect401"
 
  }
 
 
}