CZT
2023-12-19 0f98a8acd28aa42b91179bed38cd98230835574a
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);