feat: 代理传参

This commit is contained in:
晓丰 2025-05-17 01:36:53 +08:00
parent 8503accfd1
commit f467a3715e

View File

@ -11,7 +11,7 @@ from urllib.parse import quote
# —— 固定 Redis 连接配置 —— #
_REDIS_CONF = {
"host": "127.0.0.1",
"host": "192.144.230.75",
"port": 6379,
"password": "qwert@$123!&",
"decode_responses": True,