From 45e31cb3672566f2188747090a09792d9677c535 Mon Sep 17 00:00:00 2001 From: litao Date: Mon, 22 May 2017 18:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=88=86=E5=A8=A9url?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/biz/RemoteService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java b/platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java index c1645e2..3afe36f 100644 --- a/platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java +++ b/platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java @@ -15,7 +15,8 @@ import java.util.Map; public class RemoteService { // private String BASE_URL = PropertiesUtils.getPropertyValue("platform.operate.api.validate.url"); - private String BASE_URL = "http://dev-rp-api.healthbaby.com.cn:8082/"; +// private String BASE_URL = "http://dev-rp-api.healthbaby.com.cn:8082/"; + private String BASE_URL = "http://localhost:8080/"; /** * 作废优惠券相关 -- 1.8.3.1