mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
修复绑定
This commit is contained in:
parent
1cd38eab6e
commit
e43778dbad
@ -97,7 +97,7 @@ async def get_monthinfo_data(uid, month, cookie, use_cache=True):
|
|||||||
return await res.json()
|
return await res.json()
|
||||||
|
|
||||||
async def get_bind_game(cookie):
|
async def get_bind_game(cookie):
|
||||||
finduid = re.search(r'account_id=(\d{9})', cookie)
|
finduid = re.search(r'account_id=(\d{6,12})', cookie)
|
||||||
if not finduid:
|
if not finduid:
|
||||||
return None
|
return None
|
||||||
uid = finduid.group(1)
|
uid = finduid.group(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user