🐛 修复模拟抽卡链接错误 (#485)

This commit is contained in:
forchannot 2023-11-08 18:38:18 +08:00 committed by GitHub
parent 969f7bde96
commit d573c311de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):