测试版

This commit is contained in:
DXC
2026-01-19 10:46:05 +08:00
parent 659edeba48
commit eb8e1221fe
3 changed files with 980 additions and 1 deletions

View File

@ -15,7 +15,7 @@ login_payload = {
"return_module": "Users",
"return_action": "Login",
"user_name": "TEST", # 在这里填入真实的用户名
"user_password": "test", # 在这里填入真实的密码
"user_password": "***", # 在这里填入真实的密码
"login_theme": "newskin"
}