Authored by Rong

commit by shell

@@ -92,7 +92,7 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585","a85bb @@ -92,7 +92,7 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585","a85bb
92 int rd = new Random().nextInt(2); 92 int rd = new Random().nextInt(2);
93 String clientType = clientTypes[rd]; 93 String clientType = clientTypes[rd];
94 String privateKey = privateKeys[rd]; 94 String privateKey = privateKeys[rd];
95 -String password = "Bl+taYRP0bYIe9U+Dnwruw=="; 95 +String password = "HFCwrxLEBegZqq8OEZxwJQ==";
96 String req = "app_version=6.0.0&client_type="+clientType+"&fromPage=iFP_NLogin&isSkip=N&method=sesame.flowering.higher&os_version=10.3.2&password="+password+"&physical_channel=1&private_key="+privateKey+"&profile="+bsh.args[0]+"&screen_size=375x667&shopping_key=&udid=4d08039b26ebafdea8f35336319bfdcd634029d3&uid=0&v=7"; 96 String req = "app_version=6.0.0&client_type="+clientType+"&fromPage=iFP_NLogin&isSkip=N&method=sesame.flowering.higher&os_version=10.3.2&password="+password+"&physical_channel=1&private_key="+privateKey+"&profile="+bsh.args[0]+"&screen_size=375x667&shopping_key=&udid=4d08039b26ebafdea8f35336319bfdcd634029d3&uid=0&v=7";
97 MessageDigest md = MessageDigest.getInstance("MD5"); 97 MessageDigest md = MessageDigest.getInstance("MD5");
98 byte[] btInput = req.getBytes(); 98 byte[] btInput = req.getBytes();