修复重大故障: JwtAuthenticationFilter文件,远程读取用户接口导致的服务器请求数量跑满

This commit is contained in:
2025-02-22 00:00:33 +08:00
parent d61e683d41
commit def17d1de9
51 changed files with 1748 additions and 1436 deletions

View File

@@ -74,6 +74,10 @@ export interface CmsArticle {
toUsers?: string;
// 文章内容
content?: string;
// 是否翻译
translation?: boolean;
// 编辑器
editor?: number;
// 是否推荐
recommend?: number;
// 用户ID