mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-31 04:30:29 +08:00
🐛 修复每月统计
(#315)
This commit is contained in:
parent
50b2bc1e56
commit
4e3798bb7c
@ -268,7 +268,7 @@ async def get_award(uid, server_id='cn_gf01') -> dict:
|
|||||||
HEADER['x-rpc-device_id'] = random_hex(32)
|
HEADER['x-rpc-device_id'] = random_hex(32)
|
||||||
data = await _mhy_request(
|
data = await _mhy_request(
|
||||||
url=MONTHLY_AWARD_URL,
|
url=MONTHLY_AWARD_URL,
|
||||||
method='POST',
|
method='GET',
|
||||||
header=HEADER,
|
header=HEADER,
|
||||||
params={
|
params={
|
||||||
'act_id': 'e202009291139501',
|
'act_id': 'e202009291139501',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user