bingbo
2023-11-24 32f8cdece29c52f4860b163b11148e281e146b13
环号位数
已修改3个文件
17 ■■■■ 文件已修改
hd/pipe/mobile/src/main/java/com/thhy/mobile/modules/biz/mouldcheck/service/impl/ModCheckServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
hd/pipe/screen/src/main/java/com/thhy/screen/utils/AudioUtils.java 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
hd/pipe/mobile/src/main/java/com/thhy/mobile/modules/biz/mouldcheck/service/impl/ModCheckServiceImpl.java
@@ -199,7 +199,7 @@
        String proId = modCheckDto.getProId();
        try {
            if(ringNum.length()>5){
            if(ringNum.length()>6){
                throw new BasicException(BasicStatus.RING_NOT_DIS);
            }
            Integer.parseInt(ringNum);
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;
    }
}
hd/pipe/screen/src/main/java/com/thhy/screen/utils/HttpUtils.java
@@ -12,7 +12,7 @@
public class HttpUtils {
    private static String BaseHost = "http://150.158.37.69:8080/api/";
    private static String BaseHost = "http://192.168.5.198:9199/api/";
    private static String token = "";