tianboguang 3 роки тому
батько
коміт
6ec19bf9b2

+ 7 - 0
4dkankan-utils-fyun-parent/src/main/java/com/fdkankan/fyun/config/FYunFileConfig.java

@@ -21,6 +21,9 @@ public class FYunFileConfig {
     @Value("${fyun.type}")
     private String fyunType;
 
+    @Value("${fyun.host}")
+    private String host;
+
     public String getKey() {
         return key;
     }
@@ -40,4 +43,8 @@ public class FYunFileConfig {
     public String getFyunType() {
         return fyunType;
     }
+
+    public String getHost() {
+        return host;
+    }
 }