让Mock流水查询复用logId主体账号绑定

This commit is contained in:
wkc
2026-03-18 15:54:11 +08:00
parent 0a85c098e8
commit 5195617a70
5 changed files with 150 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ router = APIRouter()
# 初始化服务实例
token_service = TokenService()
file_service = FileService()
statement_service = StatementService()
statement_service = StatementService(file_service=file_service)
def _parse_log_ids(log_ids: str) -> List[int]: