[patch] 修正京东丢失客服列表功能

This commit is contained in:
Gitea Actions Bot
2025-10-14 17:26:53 +08:00
parent 3d20c47eb9
commit 7312d3f91a
2 changed files with 82 additions and 1 deletions

View File

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