소스 검색

commit...

deason 5 년 전
부모
커밋
10c19dab57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/app/core/config/TokenFilter.java

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/core/config/TokenFilter.java

@@ -94,7 +94,7 @@ public class TokenFilter implements Filter {
 
             if (rootOrgId == null) {
                 reqContinue.yes = false;
-                this.renderError(response, new Result().error("学校ID不能为空!").toString());
+                this.renderError(response, new Result().error("学校ID获取失败!").toString());
                 return null;
             }