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