Authored by Rong

commit by shell

... ... @@ -92,7 +92,7 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585","a85bb
int rd = new Random().nextInt(2);
String clientType = clientTypes[rd];
String privateKey = privateKeys[rd];
String password = "Bl+taYRP0bYIe9U+Dnwruw==";
String password = "HFCwrxLEBegZqq8OEZxwJQ==";
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";
MessageDigest md = MessageDigest.getInstance("MD5");
byte[] btInput = req.getBytes();
... ...