From edef9583c756f56995e2798edfcef34397d2b71e Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Tue, 19 Mar 2024 09:33:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D(main.py)?= =?UTF-8?q?=EF=BC=9A=E5=B0=86=E4=BC=91=E7=9C=A0=E6=97=B6=E9=97=B4=E4=BB=8E?= =?UTF-8?q?10=E7=A7=92=E6=9B=B4=E6=94=B9=E4=B8=BA20=E7=A7=92=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E9=98=B2=E6=AD=A2=E8=BF=87=E5=BF=AB=E7=9A=84=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E9=80=9F=E5=BA=A6=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dailycheckin/imaotai/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dailycheckin/imaotai/main.py b/dailycheckin/imaotai/main.py index c499c40..0969d19 100755 --- a/dailycheckin/imaotai/main.py +++ b/dailycheckin/imaotai/main.py @@ -332,7 +332,7 @@ userId: 2 continue reservation_params = self.act_params(max_shop_id, item) reservation_msg = self.reservation(reservation_params) - time.sleep(10) + time.sleep(20) award_msg = self.getUserEnergyAward() msg.append(reservation_msg) msg.append(award_msg) From 74284782925280009d13d5176eec4d8a14536e6a Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Tue, 19 Mar 2024 09:33:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9C=A8=20=E5=8A=9F=E8=83=BD(iqiyi/main.p?= =?UTF-8?q?y)=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0extendParams=E5=88=B0=E8=AF=B7=E6=B1=82=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dailycheckin/iqiyi/main.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dailycheckin/iqiyi/main.py b/dailycheckin/iqiyi/main.py index e8b3009..9311c3b 100755 --- a/dailycheckin/iqiyi/main.py +++ b/dailycheckin/iqiyi/main.py @@ -187,6 +187,23 @@ class IQIYI(CheckIn): "lotteryType": "0", "actCode": "0k9GkUcjqqj4tne8", } + params = { + "P00001": p00001, + "deviceID": str(uuid4()), + "version": "15.3.0", + "platform": str(uuid4())[:16], + "lotteryType": "0", + "actCode": "0k9GkUcjqqj4tne8", + "extendParams": json.dumps( + { + "appIds": "iqiyi_pt_vip_iphone_video_autorenew_12m_348yuan_v2", + "supportSk2Identity": True, + "testMode": "0", + "iosSystemVersion": "17.4", + "bundleId": "com.qiyi.iphone", + } + ), + } res = requests.get(url, params=params).json() msgs = [] if res.get("code") == "A00000": From 46349fbe453a37d4c694d9f038b1350e168b78bf Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Tue, 19 Mar 2024 09:37:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0(=5F?= =?UTF-8?q?=5Fversion=5F=5F.py)=EF=BC=9A=E5=B0=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=BB=8E24.3.11=E5=8D=87=E7=BA=A7=E5=88=B024.3.19=20?= =?UTF-8?q?=20=20=E2=9C=A8=20=E5=8A=9F=E8=83=BD(docs/pages/history)?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A02024-03-19=E7=9A=84=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=97=A5=E5=BF=97=20=20=20=F0=9F=93=9D=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3(docs/pages/history/=5Fmeta.json)=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=5Fmeta.json=E6=96=87=E4=BB=B6=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A02024-03-19=E7=9A=84=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=20=20=20=F0=9F=93=9D=20=E6=96=87=E6=A1=A3(docs/theme.?= =?UTF-8?q?config.tsx)=EF=BC=9A=E6=9B=B4=E6=96=B0banner=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=92=8C=E6=96=87=E6=9C=AC=EF=BC=8C=E6=8C=87=E5=90=91?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dailycheckin/__version__.py | 2 +- docs/pages/history/2024-03-19.mdx | 7 +++++++ docs/pages/history/_meta.json | 1 + docs/theme.config.tsx | 6 +++--- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 docs/pages/history/2024-03-19.mdx diff --git a/dailycheckin/__version__.py b/dailycheckin/__version__.py index eae5fe2..ac04dc3 100755 --- a/dailycheckin/__version__.py +++ b/dailycheckin/__version__.py @@ -1 +1 @@ -__version__ = "24.3.11" +__version__ = "24.3.19" diff --git a/docs/pages/history/2024-03-19.mdx b/docs/pages/history/2024-03-19.mdx new file mode 100644 index 0000000..eb9e53e --- /dev/null +++ b/docs/pages/history/2024-03-19.mdx @@ -0,0 +1,7 @@ +# 2024-03-19 + +![PyPI](https://img.shields.io/badge/Pypi-v24.3.19-brightgreen) + +## ๐Ÿ› ไฟฎๅค + +- ไฟฎๅคใ€Œ็ˆฑๅฅ‡่‰บใ€ๆ‘‡ไธ€ๆ‘‡ๅคฑ่ดฅ็š„ BUG diff --git a/docs/pages/history/_meta.json b/docs/pages/history/_meta.json index b9c37ff..35951da 100644 --- a/docs/pages/history/_meta.json +++ b/docs/pages/history/_meta.json @@ -1,4 +1,5 @@ { + "2024-03-19": "2024-03-19", "2024-03-11": "2024-03-11", "2024-03-07": "2024-03-07", "2024-02-27": "2024-02-27", diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 381d909..76be7b1 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -72,13 +72,13 @@ const config: DocsThemeConfig = { } }, banner: { - key: '2024.3.11-release', + key: '2024.3.19-release', text: ( - ๐ŸŽ‰ DailyCheckIn 2024.3.11 is released. Read more โ†’ + ๐ŸŽ‰ DailyCheckIn 2024.3.19 is released. Read more โ†’ ), },