派生自 projectDept/qhighschool

EricsHu
2023-11-25 79ab2cbd31c022916a8e696903d5eb34b70aa403
src/main/java/com/qxueyou/scc/web/AuthorizeFilter.java
@@ -95,9 +95,9 @@
      //是否合法
//      if(!licenseService.isValid()) {
//         log.debug("license invalid");
//         forbiddenAsLicense(httpResponse);
//         return;
//      }
////         forbiddenAsLicense(httpResponse);
////         return;
////      }
      if (!addClientInfo(httpRequest)) {
         log.debug("非法请求:" + httpRequest.getRequestURI());