拼多多实现加密参数登录+京东客服转接

This commit is contained in:
jjz
2025-09-13 15:19:39 +08:00
parent e9361b4c87
commit 22122660df
4 changed files with 319 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ import json # 用于将令牌保存为 JSON 格式
# 后端服务器配置
# BACKEND_HOST = "192.168.5.155"
BACKEND_HOST = "test.shuidrop.com"
# BACKEND_PORT = "8000"
BACKEND_PORT = ""
BACKEND_BASE_URL = f"http://{BACKEND_HOST}:{BACKEND_PORT}"
# BACKEND_WS_URL = f"ws://{BACKEND_HOST}:{BACKEND_PORT}"