forked from kidgrow-microservices-platform

zhaoxiaohao
2020-07-17 7f43b897106123a07eab10d9fec38d7c7bd47eed
kidgrow-business/kidgrow-filecenter/kidgrow-filecenter-biz/src/main/java/com/kidgrow/filecenter/service/IFileService.java
@@ -41,5 +41,5 @@
    /**
     * base64图片下载
     */
    ResultBody baseDownLoad(Map<String, Object> map);
    ResultBody baseDownLoad(Map<String, Object> map) throws Exception;
}