mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
Merge branch 'Sitoi:main' into main
This commit is contained in:
commit
e929201dd0
@ -1 +1 @@
|
|||||||
__version__ = "24.3.11"
|
__version__ = "24.3.19"
|
||||||
|
@ -332,7 +332,7 @@ userId: 2
|
|||||||
continue
|
continue
|
||||||
reservation_params = self.act_params(max_shop_id, item)
|
reservation_params = self.act_params(max_shop_id, item)
|
||||||
reservation_msg = self.reservation(reservation_params)
|
reservation_msg = self.reservation(reservation_params)
|
||||||
time.sleep(10)
|
time.sleep(20)
|
||||||
award_msg = self.getUserEnergyAward()
|
award_msg = self.getUserEnergyAward()
|
||||||
msg.append(reservation_msg)
|
msg.append(reservation_msg)
|
||||||
msg.append(award_msg)
|
msg.append(award_msg)
|
||||||
|
@ -187,6 +187,23 @@ class IQIYI(CheckIn):
|
|||||||
"lotteryType": "0",
|
"lotteryType": "0",
|
||||||
"actCode": "0k9GkUcjqqj4tne8",
|
"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()
|
res = requests.get(url, params=params).json()
|
||||||
msgs = []
|
msgs = []
|
||||||
if res.get("code") == "A00000":
|
if res.get("code") == "A00000":
|
||||||
|
7
docs/pages/history/2024-03-19.mdx
Normal file
7
docs/pages/history/2024-03-19.mdx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 2024-03-19
|
||||||
|
|
||||||
|
![PyPI](https://img.shields.io/badge/Pypi-v24.3.19-brightgreen)
|
||||||
|
|
||||||
|
## 🐛 修复
|
||||||
|
|
||||||
|
- 修复「爱奇艺」摇一摇失败的 BUG
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"2024-03-19": "2024-03-19",
|
||||||
"2024-03-11": "2024-03-11",
|
"2024-03-11": "2024-03-11",
|
||||||
"2024-03-07": "2024-03-07",
|
"2024-03-07": "2024-03-07",
|
||||||
"2024-02-27": "2024-02-27",
|
"2024-02-27": "2024-02-27",
|
||||||
|
@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
banner: {
|
banner: {
|
||||||
key: '2024.3.11-release',
|
key: '2024.3.19-release',
|
||||||
text: (
|
text: (
|
||||||
<a
|
<a
|
||||||
href="/dailycheckin/history/2024-03-11/"
|
href="/dailycheckin/history/2024-03-19/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
🎉 DailyCheckIn 2024.3.11 is released. Read more →
|
🎉 DailyCheckIn 2024.3.19 is released. Read more →
|
||||||
</a>
|
</a>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user