kidgrow-business/kidgrow-filecenter/kidgrow-filecenter-biz/src/main/java/com/kidgrow/filecenter/service/IFileService.java
@@ -32,4 +32,8 @@ * @throws Exception */ FileInfo uploadForThumbnails(MultipartFile file ,String imgType) throws Exception; /** * base64上传图片 */ FileInfo baseUplaod(String file, String imgType); }