hd/pipe/screen/src/main/java/com/thhy/screen/utils/AudioUtils.java
@@ -11,7 +11,8 @@ public static void main(String[] args) { //getGroups(); playMusic(); //playMusic(); getItemList(); } public static void login(){ @@ -24,6 +25,12 @@ return result; } public static String getItemList(){ String result = HttpUtils.post("GetItemList",new JSONObject()); System.out.println(result); return result; } public static String playMusic(String[] groupIds){ JSONObject jsonObject = new JSONObject(); String[] ms = new String[]{"https://szpipe.thhy-tj.com/jingbao.mp3"};