|
|
@ -16,7 +16,7 @@ public enum EnvEnum { |
|
|
|
*/ |
|
|
|
LOCAL("local", "市北-本地环境", "http://localhost:8080/api/"), |
|
|
|
DEV("dev", "市北-开发环境", "http://192.168.1.140:8080/api/"), |
|
|
|
TEST("test", "市北-体验环境", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
|
TEST("test", "市北-体验环境", "http://120.27.18.76/api/"), |
|
|
|
PROD("prod", "市北-生产环境", "https://epmet-cloud.elinkservice.cn/api/"), |
|
|
|
UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
|
; |
|
|
|