...
|
...
|
@@ -2521,9 +2521,9 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri |
|
|
<stringProp name="filename"></stringProp>
|
|
|
<stringProp name="script">import java.security.MessageDigest;
|
|
|
import java.util.Random;
|
|
|
String[] clientTypes = {"android","iphone"};
|
|
|
String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585","a85bb0674e08986c6b115d5e3a4884fa"};
|
|
|
int rd = new Random().nextInt(2);
|
|
|
String[] clientTypes = {"android"};
|
|
|
String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585"};
|
|
|
int rd = new Random().nextInt(1);
|
|
|
String clientType = clientTypes[rd];
|
|
|
String privateKey = privateKeys[rd];
|
|
|
String os_version = "android8.0.0:MIX_2";
|
...
|
...
|
|