Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1182,7 +1182,7 @@ int rd = new Random().nextInt(1); | @@ -1182,7 +1182,7 @@ int rd = new Random().nextInt(1); | ||
1182 | String clientType = clientTypes[rd]; | 1182 | String clientType = clientTypes[rd]; |
1183 | String privateKey = privateKeys[rd]; | 1183 | String privateKey = privateKeys[rd]; |
1184 | 1184 | ||
1185 | -String req = "app_version=1.4.3&client_type="+clientType+"&method=app.resources.config.clientInitConfig&os_version=6.5.9&private_key="+privateKey+"&screen_size=375x555&session_key=&uid="+bsh.args[0]+"&v=7"; | 1185 | +String req = "app_version=6.0.2&client_type="+clientType+"&method=app.resources.config.clientInitConfig&os_version=6.5.9&private_key="+privateKey+"&screen_size=375x555&session_key=&uid="+bsh.args[0]+"&v=7"; |
1186 | MessageDigest md = MessageDigest.getInstance("MD5"); | 1186 | MessageDigest md = MessageDigest.getInstance("MD5"); |
1187 | byte[] btInput = req.getBytes(); | 1187 | byte[] btInput = req.getBytes(); |
1188 | md.update(btInput); | 1188 | md.update(btInput); |
-
Please register or login to post a comment