🍱 Update 2.56.1 ds salt

This commit is contained in:
xtaodada 2023-08-03 09:42:22 +08:00
parent 1c30dbe29c
commit 5c1b70e239
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -79,7 +79,7 @@ def generate_dynamic_secret(
c = hex_digest(f"salt={salt}&t={t}&r={r}") c = hex_digest(f"salt={salt}&t={t}&r={r}")
return f"{t},{r},{c}" return f"{t},{r},{c}"
app_version = "2.55.1" app_version = "2.56.1"
client_type = "5" client_type = "5"
if region == Region.OVERSEAS: if region == Region.OVERSEAS:
salt = "6s25p5ox5y14umn1p61aqyyvbvvl3lrt" salt = "6s25p5ox5y14umn1p61aqyyvbvvl3lrt"
@ -90,12 +90,12 @@ def generate_dynamic_secret(
salt = "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs" salt = "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs"
elif ds_type == DSType.ANDROID: elif ds_type == DSType.ANDROID:
client_type = "2" client_type = "2"
salt = "xc1lzZFOBGU0lz8ZkPgcrWZArZzEVMbA" salt = "4boKU9HR49XublAiGdlH6xCpjAnaix3X"
else: else:
raise ValueError(f"Unknown ds_type: {ds_type}") raise ValueError(f"Unknown ds_type: {ds_type}")
else: else:
if ds_type is None: if ds_type is None:
salt = "F6tsiCZEIcL9Mor64OXVJEKRRQ6BpOZa" salt = "wam87VdmOXIGINFFSChd4D5idFx9KGiY"
elif ds_type == DSType.ANDROID: elif ds_type == DSType.ANDROID:
salt = "t0qEgfub6cvueAPgR5m9aQWWVciEer7v" salt = "t0qEgfub6cvueAPgR5m9aQWWVciEer7v"
client_type = "2" client_type = "2"