Go to file
wsy182 3489709697 feat(login): 支持发送加密和未加密登录请求
- 添加 send_unencrypted_request 函数用于发送未加密请求
- 添加 send_encrypted_request 函数用于发送加密请求- 重构主流程,通过 USE_ENCRYPTION 开关选择请求类型
- 优化日志输出,区分加密与未加密请求状态
- 统一异常处理逻辑,增强代码健壮性
- 保留原有加密逻辑并整合到新结构中
2025-10-27 11:05:59 +08:00
.gitignore update code 2024-12-26 13:08:20 +08:00
base64EncodeUrl.py update code 2024-12-26 13:07:55 +08:00
fastapiTest.py update code 2024-12-26 13:07:55 +08:00
generaterCardId.py update code 2024-12-26 13:07:55 +08:00
simulate_monty_hall.py 变更 2025-08-08 09:47:27 +08:00
snowflake_generator.py feat(websocket): 更新WebSocket连接地址并添加认证令牌 2025-10-15 11:15:58 +08:00
testApi.py update code 2025-01-15 15:34:32 +08:00
testConnectKingBase.py update code 2024-12-09 13:39:29 +08:00
testConnectMinio.py first commit 2024-11-28 19:38:45 +08:00
testConnectMySQL.py update code 2024-12-24 13:38:59 +08:00
testGeneratefile.py 变更 2025-08-08 09:47:27 +08:00
testUserMinioDownloadFile.py update code 2024-12-26 13:07:55 +08:00
test_websocket.py feat(whatsapp): 实现 WhatsApp 风格的端到端加密通信原型 2025-10-06 14:42:14 +08:00
test_whatsapp.py feat(whatsapp): 实现 WhatsApp 风格的端到端加密通信原型 2025-10-06 14:42:14 +08:00
testkkfileview.py update code 2024-12-24 13:38:59 +08:00
testlvl.py first commit 2024-11-28 19:38:45 +08:00
trian_system_login_and_get_token.py feat(login): 支持发送加密和未加密登录请求 2025-10-27 11:05:59 +08:00