This commit is contained in:
server
2025-06-30 14:40:59 +08:00
parent cfa2b34ee8
commit 69d3ce0744
33 changed files with 1703 additions and 292 deletions
+6 -6
View File
@@ -34,12 +34,12 @@ public class Test {
String body = httpRequest.execute().body();
System.out.println(body);
JSONObject entries = JSONUtil.parseObj(body);
JSONArray value = entries.getJSONArray("value");
for (Object o : value) {
JSONObject jsonObject = (JSONObject) o;
}
// JSONObject entries = JSONUtil.parseObj(body);
// JSONArray value = entries.getJSONArray("value");
//
// for (Object o : value) {
// JSONObject jsonObject = (JSONObject) o;
// }