CZT
2023-11-15 cc0c09e96a829613bcfb4c2cc1ee5ebf998f016c
src/main/java/com/fzzy/api/utils/FileUtils.java
@@ -40,7 +40,7 @@
    * @param filePath:文件路径
    * @return
    */
   private static byte[] file2byte(String filePath) {
   public static byte[] file2byte(String filePath) {
      byte[] buffer = null;
      try {
         File file = new File(filePath);