Skip to content

Commit

Permalink
chore: update simulated android information
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Nov 8, 2024
1 parent a00ba65 commit f09a861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions aliyuntvtoken_connector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ def decrypt(ciphertext, iv, t, unique_id, wifimac):
def get_params(t, unique_id, wifimac):
params = {
'akv': '2.8.1496',
'apv': '1.3.6',
'b': 'OnePlus',
'apv': '1.3.8',
'b': 'samsung',
'd': unique_id,
'm': 'PJX110',
'm': 'SM-S908E',
'mac': '',
'n': 'PJX110',
'n': 'SM-S908E',
't': t,
'wifiMac': wifimac,
}
Expand Down
8 changes: 4 additions & 4 deletions glue_python/aliyuntvtoken/alitoken2.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ def decrypt(ciphertext, iv, t, unique_id, wifimac):
def get_params(t, unique_id, wifimac):
params = {
'akv': '2.8.1496',
'apv': '1.3.6',
'b': 'OnePlus',
'apv': '1.3.8',
'b': 'samsung',
'd': unique_id,
'm': 'PJX110',
'm': 'SM-S908E',
'mac': '',
'n': 'PJX110',
'n': 'SM-S908E',
't': t,
'wifiMac': wifimac,
}
Expand Down

0 comments on commit f09a861

Please sign in to comment.