Browse Source

代码修复处理

anderx 10 months ago
parent
commit
4cd7eed92c

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

@@ -50,12 +50,6 @@ public class BaseApiController extends BaseController {
 
 	/**
 	 *
-	 * @param res
-	 * @param path
-	 * @param isPrivate
-	 * @param req
-	 * @param sign
-	 * @return
 	 */
 	protected String handleFile(Result res, String path, boolean isPrivate, HttpServletRequest req, String sign) {
 		List<MultipartFile> files = getFiles(req);