MCPcopy Create free account
hub / github.com/OreosLab/bili / post

Method post

src/main/java/top/misec/push/AbstractPush.java:102–104  ·  view source on GitHub ↗
(String url, String content)

Source from the content-addressed store, hash-verified

100 }
101
102 private JsonObject post(String url, String content) {
103 return HttpUtils.doPost(url, content, null, requestConfig);
104 }
105
106 /**
107 * 生成推送URL

Callers 1

push2TargetMethod · 0.95

Calls 1

doPostMethod · 0.95

Tested by

no test coverage detected