From f900611c7cb83b0b514cb97f58651783080a0b4a Mon Sep 17 00:00:00 2001 From: SingTsang Date: Sun, 26 May 2024 17:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LSXDS.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LSXDS.py b/LSXDS.py index af81474..40c9691 100755 --- a/LSXDS.py +++ b/LSXDS.py @@ -165,8 +165,8 @@ class RUN: datas = { "categoryId": 0, "sort": 0, - "pageNum": 10, - "pageSize": 1 + "pageNum": 1, + "pageSize": 10 } data.update(datas) # print(data) @@ -399,4 +399,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启 s.verify = False run_result = RUN(infos, index).main() if not run_result: continue - if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML) \ No newline at end of file + if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)