44323
2023-11-01 e5ed9472ff4b5bf2f26e5beb6a77af571057b79b
cloud-server-other/src/main/java/com/dsh/other/controller/TGameController.java
@@ -59,10 +59,4 @@
        }
    }
    public static void main(String[] args) {
        HttpRequest httpRequest = HttpRequest.get("https://try.daowepark.com/v7/user_api/general/space_list?page=1&page_num=100");
        HttpResponse execute = httpRequest.execute();
        String body = execute.body();
        System.out.println(body);
    }
}