ws
2023-11-13 7f5e2fe559a2c7c7f255cb8b9aa4488f988330c6
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);