|
@@ -18,6 +18,9 @@ public class FYunFileConfig {
|
|
|
@Value("${fyun.endPoint}")
|
|
|
private String endPoint;
|
|
|
|
|
|
+ @Value("${fyun.type}")
|
|
|
+ private String fyunType;
|
|
|
+
|
|
|
public String getKey() {
|
|
|
return key;
|
|
|
}
|
|
@@ -33,4 +36,8 @@ public class FYunFileConfig {
|
|
|
public String getEndPoint() {
|
|
|
return endPoint;
|
|
|
}
|
|
|
+
|
|
|
+ public String getFyunType() {
|
|
|
+ return fyunType;
|
|
|
+ }
|
|
|
}
|