mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 04:35:51 +00:00
parent
ad93e8916a
commit
8c2540d8d1
@ -258,8 +258,8 @@ class MIUITask:
|
||||
'miui_vip_ph': str(self.miui_vip_ph)
|
||||
}
|
||||
try:
|
||||
response = requests.get(
|
||||
'https://api.vip.miui.com/mtop/planet/vip/user/checkin?pathname=/mio/checkIn&version=dev.1144',
|
||||
response = requests.post(
|
||||
'https://api.vip.miui.com/mtop/planet/vip/user/checkinV2?ref=vipAccountShortcut&pathname=/mio/checkIn&version=dev.231107',
|
||||
headers=headers,params=params)
|
||||
r_json = response.json()
|
||||
if r_json['status'] == 401:
|
||||
|
Loading…
Reference in New Issue
Block a user