username@email.com
2023-08-31 a161b6f9ad92f645c20fb3b35ad5617490e7f6d2
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"
  }
}