1.0带页面内容

This commit is contained in:
YueL1331
2026-01-18 11:31:40 +08:00
parent b42698fb5c
commit 659edeba48
5 changed files with 1913 additions and 319 deletions

View File

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