feat: 切换正式管理端默认地址 (#148)

This commit is contained in:
chengma
2026-08-11 11:50:29 +08:00
parent e4385ac2dc
commit 5c2f4f65d9
9 changed files with 77 additions and 24 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from .admin_gateway import (
from .task_models import TaskType
DEFAULT_ADMIN_BASE_URL = "http://127.0.0.1:8080"
DEFAULT_ADMIN_BASE_URL = "https://buy.833729.com"
class HttpAdminGateway(AdminGateway):