Skip to content

Commit b232a83

Browse files
Night-stars-10-8-4
andauthored
修复取消点赞出错 (#86)
* 修复取消点赞出错 --------- Co-authored-by: 0-8-4 <ljd69154@liangjundi.cn>
1 parent 371577c commit b232a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

miuitask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def cancel_thumb_up(self):
7171
'cookie': str(self.cookie)
7272
}
7373
try:
74-
response = requests.get('https://api.vip.miui.com/api/community/post/cancelThumbUp?postId=36625780',
74+
response = requests.get('https://api.vip.miui.com/mtop/planet/vip/content/announceCancelThumbUp?postId=36625780',
7575
headers=headers)
7676
r_json = response.json()
7777
if r_json['code'] == 401:

0 commit comments

Comments
 (0)