bingbo
2023-11-24 32f8cdece29c52f4860b163b11148e281e146b13
hd/pipe/screen/src/main/java/com/thhy/screen/utils/AudioUtils.java
@@ -11,7 +11,7 @@
    public static void main(String[] args) {
        //getGroups();
        playMusic();
    }
    public static void login(){
@@ -38,4 +38,15 @@
        System.out.println(result);
        return result;
    }
    public static String playMusic(){
        JSONObject jsonObject = new JSONObject();
        String[] ms = new String[]{"https://szpipe.thhy-tj.com/jingbao.mp3"};
        jsonObject.put("Files",ms);
        jsonObject.put("TextCode",1);
        String result = HttpUtils.post("PlayMp3",jsonObject);
        System.out.println(result);
        return result;
    }
}