@@ -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);