mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
Compare commits
4 Commits
947a5daa98
...
e929201dd0
Author | SHA1 | Date | |
---|---|---|---|
|
e929201dd0 | ||
|
46349fbe45 | ||
|
7428478292 | ||
|
edef9583c7 |
@ -1 +1 @@
|
||||
__version__ = "24.3.11"
|
||||
__version__ = "24.3.19"
|
||||
|
@ -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)
|
||||
|
@ -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":
|
||||
|
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-07": "2024-03-07",
|
||||
"2024-02-27": "2024-02-27",
|
||||
|
@ -72,13 +72,13 @@ const config: DocsThemeConfig = {
|
||||
}
|
||||
},
|
||||
banner: {
|
||||
key: '2024.3.11-release',
|
||||
key: '2024.3.19-release',
|
||||
text: (
|
||||
<a
|
||||
href="/dailycheckin/history/2024-03-11/"
|
||||
href="/dailycheckin/history/2024-03-19/"
|
||||
target="_blank"
|
||||
>
|
||||
🎉 DailyCheckIn 2024.3.11 is released. Read more →
|
||||
🎉 DailyCheckIn 2024.3.19 is released. Read more →
|
||||
</a>
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user