src/main/java/com/hx/util/FileConvertTool.java
@@ -44,8 +44,7 @@ /** * 获取文件base64字符串 * @param urlPath 文件路径 * @return * @throws IOException * @return 返回base64编码 */ public static String getFileBaseStrByUrl(String urlPath) throws IOException { InputStream is = getUrlFile(urlPath);