fhx
2023-11-16 d2d0425c8d1460618f3a4fa6e53eec7228ab89b8
Merge branch 'master' of http://1.15.4.62/r/~chenjiahe/hx_common
1个文件已修改
3 ■■■■ 已修改文件
src/main/java/com/hx/util/FileConvertTool.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);