This commit is contained in:
唐三 2023-09-26 17:04:12 +08:00
parent b8d89ba414
commit 0eda1e7779
3 changed files with 2 additions and 2 deletions

View File

@ -97,6 +97,6 @@ public class Doll extends Spider {
code.append((char) (voteTag.charAt(i) ^ key.charAt(k))); code.append((char) (voteTag.charAt(i) ^ key.charAt(k)));
} }
String playUrl = URLDecoder.decode(new String(Base64.decode(code.toString(), 0))); String playUrl = URLDecoder.decode(new String(Base64.decode(code.toString(), 0)));
return Result.get().url(playUrl).parse().string(); return Result.get().url(playUrl).string();
} }
} }

Binary file not shown.

View File

@ -1 +1 @@
e8366bf6d878437e6886b21a6cccbc4e c2c2134419b0ae6729c5cf174b43c63c