[patch] 重连机制新增is_reconnect参数

This commit is contained in:
2025-10-22 17:45:06 +08:00
parent df7f38bbd8
commit 9f0c81ea82
2 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import json # 用于将令牌保存为 JSON 格式
# 后端服务器配置
# BACKEND_HOST = "192.168.5.233"
# BACKEND_HOST = "192.168.5.106"
BACKEND_HOST = "192.168.5.140"
BACKEND_HOST = "192.168.5.12"
# BACKEND_HOST = "shuidrop.com"
# BACKEND_HOST = "test.shuidrop.com"
BACKEND_PORT = "8000"