&secret=${secret} at the end of the parameter concatenated string to form the final original stringString originString = "amount=100.00&appId=f90addc4861540ef9312e87d8f360e08&version=1.0";
originString = originString + "&secret=xxxxxxx";
DigestUtils.sha1Hex(originString);