fix(sync): align customer backend behavior

This commit is contained in:
2026-06-11 11:41:24 +08:00
parent 60c8fc4948
commit d6dda51008
10 changed files with 34 additions and 47 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
import os
from app.core.config import settings
# 从环境变量 NETWORK_NAME 读取
name = os.getenv("NETWORK_NAME")
name = settings.NETWORK_NAME