@@ -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;
}