mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-21 13:48:20 +00:00
👽 Fix gacha log api
This commit is contained in:
parent
7d567a3fdb
commit
84a5bde5d7
@ -235,13 +235,13 @@ RECORD_URL = GameRoute(
|
||||
|
||||
GACHA_INFO_URL = GameRoute(
|
||||
overseas=dict(
|
||||
genshin="https://hk4e-api-os.hoyoverse.com/gacha_info/api",
|
||||
hkrpg="https://api-os-takumi.mihoyo.com/common/gacha_record/api/",
|
||||
genshin="https://public-operation-hk4e-sg.hoyoverse.com/gacha_info/api",
|
||||
hkrpg="https://public-operation-hkrpg-sg.hoyoverse.com/common/gacha_record/api/",
|
||||
nap="https://public-operation-nap-sg.hoyoverse.com/common/gacha_record/api",
|
||||
),
|
||||
chinese=dict(
|
||||
genshin="https://public-operation-hk4e.mihoyo.com/gacha_info/api",
|
||||
hkrpg="https://api-takumi.mihoyo.com/common/gacha_record/api",
|
||||
hkrpg="https://public-operation-hkrpg.mihoyo.com/common/gacha_record/api",
|
||||
nap="https://public-operation-nap.mihoyo.com/common/gacha_record/api",
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user