diff --git a/拿取内容测试.py b/拿取内容测试.py index 01a21e3..8290500 100644 --- a/拿取内容测试.py +++ b/拿取内容测试.py @@ -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" }