mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
update bbs sign geetest gen
This commit is contained in:
parent
1cd0c4b259
commit
5854d70978
@ -34,7 +34,7 @@ VERIFICATION_URL = (
|
|||||||
f'{NEW_URL}/game_record/app/card/wapi/createVerification?is_high=false'
|
f'{NEW_URL}/game_record/app/card/wapi/createVerification?is_high=false'
|
||||||
)
|
)
|
||||||
BBS_VERIFICATION_URL = (
|
BBS_VERIFICATION_URL = (
|
||||||
f'{NEW_BBS_URL}/game_record/app/card/wapi/createVerification?is_high=false'
|
f'{NEW_BBS_URL}/misc/api/createVerification?is_high=true'
|
||||||
)
|
)
|
||||||
VERIFY_URL = f'{NEW_URL}/game_record/app/card/wapi/verifyVerification'
|
VERIFY_URL = f'{NEW_URL}/game_record/app/card/wapi/verifyVerification'
|
||||||
|
|
||||||
|
@ -475,7 +475,7 @@ class MysApi(BaseMysApi):
|
|||||||
)
|
)
|
||||||
|
|
||||||
async def get_bbs_upass_link(self, header: Dict) -> Union[int, Dict]:
|
async def get_bbs_upass_link(self, header: Dict) -> Union[int, Dict]:
|
||||||
header['DS'] = get_ds_token('is_high=false')
|
header['DS'] = get_ds_token('is_high=true')
|
||||||
return await self._mys_request(
|
return await self._mys_request(
|
||||||
url=self.MAPI['BBS_VERIFICATION_URL'],
|
url=self.MAPI['BBS_VERIFICATION_URL'],
|
||||||
method='GET',
|
method='GET',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user