|
@@ -17,9 +17,6 @@ public class UpYunProperty {
|
|
|
@Value("${$upyun.site.1.password}")
|
|
|
protected String password;
|
|
|
|
|
|
- @Value("${upyun.downloadUrl}")
|
|
|
- protected String downloadUrl;
|
|
|
-
|
|
|
@Value("${upyun.uploadUrl}")
|
|
|
private String uploadPath;
|
|
|
|
|
@@ -70,14 +67,6 @@ public class UpYunProperty {
|
|
|
this.password = password;
|
|
|
}
|
|
|
|
|
|
- public String getDownloadUrl() {
|
|
|
- return downloadUrl;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDownloadUrl(String downloadUrl) {
|
|
|
- this.downloadUrl = downloadUrl;
|
|
|
- }
|
|
|
-
|
|
|
public String getUploadPath() {
|
|
|
return uploadPath;
|
|
|
}
|