|
@@ -23,7 +23,7 @@ public final class OsEnvUtils {
|
|
|
@AllArgsConstructor
|
|
|
public enum EnvType {
|
|
|
LOCAL("local", "http://localhost:9999/"),
|
|
|
- TEST("test", "https://t-mic.cnbg.com.cn/"),
|
|
|
+ TEST("test", "https://mic-t.cnbg.com.cn/"),
|
|
|
PROD("prod", "https://mic.cnbg.com.cn/");
|
|
|
|
|
|
private final String type;
|