//md5DigestAsHex返回的是string类型
DigestUtils.md5DigestAsHex(user.getPassword().getBytes(StandardCharsets.UTF_8));