|
@@ -520,4 +520,16 @@ public class Global {
|
|
|
public static String getProjectTemplatePath() {
|
|
|
return getConfig("project.plan.template.path");
|
|
|
}
|
|
|
+
|
|
|
+ public static String getYyApiCode(){
|
|
|
+ return getConfig("yy_apicode");
|
|
|
+ }
|
|
|
+
|
|
|
+ public static String getYyMhUrl(){
|
|
|
+ return getConfig("yy_mhcxurl");
|
|
|
+ }
|
|
|
+
|
|
|
+ public static String getYyShUrl(){
|
|
|
+ return getConfig("yy_shcxurl");
|
|
|
+ }
|
|
|
}
|