This commit is contained in:
hello-hao
2021-11-29 11:27:26 +08:00
parent feb13edc66
commit 78b3206f65
8 changed files with 39 additions and 82 deletions
@@ -22,7 +22,6 @@ public class FTPImageupload {
public ReturnImage ImageuploadFTP(Map<String, File> fileMap, String username,Integer keyID) {
ReturnImage returnImage = new ReturnImage();
Keys key = null;
String[] host = key.getEndpoint().split("\\:");
String h = host[0];
Integer p = Integer.parseInt(host[1]);