Skip to content

Commit

Permalink
remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Nov 7, 2024
1 parent f55b71f commit b5f0e83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public MusicInfo get(String keyword) throws Exception {
.post()
.send(NetEaseCrypto.weapiEncryptParam(JsonBuilder.object().add("s", keyword).add("type", 1).add("offset", 0).add("limit", 3).toString()))
.readJson();
System.out.println(jom);
JsonArray ja=jom
.get("result").getAsJsonObject().get("songs").getAsJsonArray();
JsonObject jo = ja.get(0).getAsJsonObject();
Expand Down

0 comments on commit b5f0e83

Please sign in to comment.