liaoxujun@qq.com
2023-08-25 4115c46ea22c90198d46eecbe33be1703fd0cf6f
DocumentServiceAPI.Application/applicationsettings.json
@@ -56,14 +56,14 @@
  },
  "ZCUserInfoJwtOP": { //zc用户中心jwt配置 用于解析zc的token
      "Issuer": "http://zc",
      "Audience": "http://zc",
      "Expires": 86400,
      "weixinExpires": 1296000, // 86400,
      "SecurityKey": "superSecretKey@345",
      "RefreshTokenExpires": 86400,
      "LoginPath": "/_Framework/Redirect401"
    "Issuer": "http://localhost",
    "Audience": "http://localhost",
    "Expires": 10800,
    "weixinExpires": 1296000,
    "SecurityKey": "superSecretKey@345",
    "RefreshTokenExpires": 86400,
    "LoginPath": "/_Framework/Redirect401"
  }