登录以及获取信息测试

This commit is contained in:
YueL1331
2026-01-16 15:16:35 +08:00
parent ee89284a4c
commit 9da92a4489

View File

@ -11,8 +11,8 @@ login_payload = {
"action": "Authenticate",
"return_module": "Users",
"return_action": "Login",
"user_name": "你的用户名", # <--- 记得填
"user_password": "你的密码", # <--- 记得填
"user_name": "TEST", # 在这里填入真实的用户名
"user_password": "test", # 在这里填入真实的密码
"login_theme": "newskin"
}