mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🐛 修复模拟抽卡链接错误 (#485)
This commit is contained in:
parent
969f7bde96
commit
d573c311de
@ -156,7 +156,7 @@ def get_pool_id(pool_name: str) -> int:
|
||||
# return 999
|
||||
|
||||
|
||||
BASE_URL = 'https://operation-webstatic.mihoyo.com/gacha_info/hk4e/cn_gf01%s'
|
||||
BASE_URL = 'https://operation-webstatic.mihoyo.com/gacha_info/hk4e/cn_gf01/%s'
|
||||
|
||||
|
||||
async def get_gacha_data(pool: str):
|
||||
|
Loading…
Reference in New Issue
Block a user