From 9da92a448918a2eb9a44a91ec35d894af12466df Mon Sep 17 00:00:00 2001 From: YueL1331 <358700404@qq.com> Date: Fri, 16 Jan 2026 15:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BB=A5=E5=8F=8A=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=BF=A1=E6=81=AF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 拿取内容测试.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }