[add] app注册、登录、实名认证、人员展示、通知

This commit is contained in:
lcj
2025-07-24 17:36:30 +08:00
parent e6a98ad0bd
commit 3d2f4b05ff
55 changed files with 1998 additions and 213 deletions

View File

@ -77,7 +77,7 @@ public class CryptoFilter implements Filter {
// new ServiceException("没有访问权限,请联系管理员授权", HttpStatus.FORBIDDEN));
// return;
// }
throw new ServiceException("无权访问接口", HttpStatus.BAD_METHOD);
// throw new ServiceException("无权访问接口", HttpStatus.BAD_METHOD);
}
}