update bbs sign geetest gen

This commit is contained in:
lulu666lulu 2023-10-18 18:58:53 +08:00
parent 1cd0c4b259
commit 5854d70978
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ VERIFICATION_URL = (
f'{NEW_URL}/game_record/app/card/wapi/createVerification?is_high=false'
)
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'

View File

@ -475,7 +475,7 @@ class MysApi(BaseMysApi):
)
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(
url=self.MAPI['BBS_VERIFICATION_URL'],
method='GET',