Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 9416104

Browse files
authored
Update Global.py
1 parent 553b229 commit 9416104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Global.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
api
1414
"""
1515
cookieUrl = "https://webapi.account.mihoyo.com/Api/cookie_accountinfo_by_loginticket?login_ticket={}"
16-
cookieUrl2 = "https://bbs-api.mihoyo.com/auth/api/getMultiTokenByLoginTicket?login_ticket={}&token_types=3&uid={}"
16+
cookieUrl2 = "https://api-takumi.mihoyo.com/auth/api/getMultiTokenByLoginTicket?login_ticket={}&token_types=3&uid={}"
1717
signUrl = "https://bbs-api.mihoyo.com/apihub/sapi/signIn?gids={}" # post
1818
listUrl = "https://bbs-api.mihoyo.com/post/api/getForumPostList?forum_id={}&is_good=false&is_hot=false&page_size=20&sort_type=1"
1919
detailUrl = "https://bbs-api.mihoyo.com/post/api/getPostFull?post_id={}"

0 commit comments

Comments
 (0)