username@email.com
2023-08-29 ca12247dbc0728c7900db4188565d4c4f7d907c4
DocumentServiceAPI.Application/applicationsettings.json
@@ -46,12 +46,25 @@
      "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"
  }
}