登录以及获取信息测试
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user