AppEnum-eparty-EParty
This commit is contained in:
@@ -14,11 +14,11 @@ public enum AppEnum {
|
|||||||
other("other", "other", "api.pekolive.com", "image.pekolive.com", "api.pekolive.com", "pekolive"),
|
other("other", "other", "api.pekolive.com", "image.pekolive.com", "api.pekolive.com", "pekolive"),
|
||||||
youmi("youmi", "molistar ios马甲包", "api.hfighting.com", "image.molistar.xyz", "api.hfighting.com", "molistar"),
|
youmi("youmi", "molistar ios马甲包", "api.hfighting.com", "image.molistar.xyz", "api.hfighting.com", "molistar"),
|
||||||
molistar("molistar", "molistar google马甲包", "api.molistar.xyz", "image.molistar.xyz", "api.molistar.xyz", "molistar"),
|
molistar("molistar", "molistar google马甲包", "api.molistar.xyz", "image.molistar.xyz", "api.molistar.xyz", "molistar"),
|
||||||
eparty("EParty", "eparty google马甲包", "api.epartylive.com", "cdn.epartylive.com", "api.epartylive.com", "eparty"),
|
EParty("EParty", "eparty google马甲包", "api.epartylive.com", "cdn.epartylive.com", "api.epartylive.com", "eparty"),
|
||||||
;
|
;
|
||||||
|
|
||||||
public static AppEnum getCurApp(){
|
public static AppEnum getCurApp(){
|
||||||
return AppEnum.eparty;
|
return AppEnum.EParty;
|
||||||
}
|
}
|
||||||
|
|
||||||
private String value;
|
private String value;
|
||||||
|
Reference in New Issue
Block a user