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/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) 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": 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 โ†’ ), },