实现抖音验证码登录

This commit is contained in:
jjz
2025-09-29 11:25:43 +08:00
parent c58cec750f
commit 4f2706d8d9
4 changed files with 705 additions and 112 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.53"
# BACKEND_HOST = "shuidrop.com"
# BACKEND_HOST = "test.shuidrop.com"
BACKEND_PORT = "8000"