revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间

This commit is contained in:
Lan
2025-12-19 10:17:37 +08:00
parent b2bfc045c2
commit f1a16a115a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from core.settings import settings
from apps.admin.services import FileService, ConfigService, LocalFileService
def create_token(data: dict, expires_in: int = 3600 * 24) -> str:
def create_token(data: dict, expires_in: int = 3600 * 24 * 30) -> str:
"""
创建JWT token
:param data: 数据负载