补全 services/tjnetwork.py 的 Facade 覆盖,把绕过的 8 处直接引用都收归到 tjnetwork.py 导出

This commit is contained in:
2026-03-09 14:45:30 +08:00
parent ed1eb74cfb
commit 747b4cd229
9 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from typing import List, Any
from fastapi import APIRouter, Request, HTTPException
from app.native.wndb import ChangeSet
from app.services.tjnetwork import (
ChangeSet,
get_all_extension_data_keys,
get_all_extension_data,
get_extension_data,