Browse Source

代码修复处理

anderx 10 months ago
parent
commit
d901cbfc1f

+ 0 - 4
src/main/java/com/goafanti/common/controller/BaseApiController.java

@@ -97,10 +97,6 @@ public class BaseApiController extends BaseController {
 
 	/**
 	 * 图片压缩
-	 * @param file
-	 * @param fileName
-	 * @return
-	 * @throws IOException
 	 */
 	private String compressFile(File file, String fileName) throws IOException {
 		if (file.length()>5242880&&