提取B站API统一管理

This commit is contained in:
2024-01-17 17:22:21 +08:00
parent 68fd6efdf4
commit 4dce74eaf8
12 changed files with 97 additions and 30 deletions

View File

@@ -26,7 +26,6 @@ public class BiliBiliWbiSign {
return getWbiSign(body);
}
body.put("wts", String.valueOf(System.currentTimeMillis() / 1000));
body.put("wts", "1705394671");
String params = HttpTools.toUrlParams(body);
System.out.println("params = " + params);
body.put("w_rid", AppTools.getMD5(params + genMixinKey(rawWbiKey)));