|
@@ -41,7 +41,6 @@ public class DingDingMessageUtil {
|
|
InputStream in = conn.getInputStream();
|
|
InputStream in = conn.getInputStream();
|
|
byte[] data1 = new byte[in.available()];
|
|
byte[] data1 = new byte[in.available()];
|
|
in.read(data1);
|
|
in.read(data1);
|
|
- System.out.println(new String(data1));
|
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|