From 0da1f223bfe31094e172ce411cb8581ad6637b09 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Mon, 23 Oct 2017 14:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E9=87=8D=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8E=A5=E5=8F=A3=20=20=E5=8A=A0=E4=B8=8A=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E4=BF=AE=E6=94=B9=E4=BD=93=E9=87=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java b/platform-common/src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java index df0d2e0..ed373cd 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java @@ -2,7 +2,7 @@ package com.lyms.platform.common.enums; public enum RemoteServerEnmus { // LOCAL("http://localhost:9091", "本地环境"), - TEST("https://dev-rp-api.healthbaby.com.cn", "测试环境"), +// TEST("https://dev-rp-api.healthbaby.com.cn", "测试环境"), ON_LINE("https://rp-api.healthbaby.com.cn", "线上"), LC("https://area-lc-api.healthbaby.com.cn:55581", "聊城"), DZ("https://area-dz-api.healthbaby.com.cn:12356", "德州"), -- 1.8.3.1