|
@@ -13,7 +13,8 @@ public enum SecretEnum {
|
|
|
SECRET_ENUM_5("35afea64fd374477bb32999120b91637", "泽火", "zh"),
|
|
|
SECRET_ENUM_6("ee93a44c4be4448ab0ac9334a296016e", "云誉", "yy"),
|
|
|
SECRET_ENUM_7("da2c526d31d14430b49af808e90542dc", "创易", "cy"),
|
|
|
- SECRET_ENUM_8("e5758dbc43204434b71b8e025023170f", "微讯", "wx");
|
|
|
+ SECRET_ENUM_8("e5758dbc43204434b71b8e025023170f", "微讯", "wx"),
|
|
|
+ SECRET_ENUM_9("1e836616178a4c32a9e8abea47eb6edd", "莱墘", "lq");
|
|
|
|
|
|
|
|
|
SecretEnum(String secret, String desc, String channel) {
|