server/emaysms/src/main/java/cn/emay/sdk/util/GZIPUtils.java
@@ -56,8 +56,6 @@ /** * 数据压缩 * * @param is * @param os * @throws Exception */ public static byte[] compress(byte[] bytes) throws IOException { @@ -82,8 +80,6 @@ /** * 数据解压 * * @param in * @return * @throws IOException */