Commit 45e31cb3672566f2188747090a09792d9677c535
1 parent
a8099bae87
Exists in
master
and in
6 other branches
自动分娩url替换
Showing 1 changed file with 2 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java
View file @
45e31cb
... | ... | @@ -15,7 +15,8 @@ |
15 | 15 | public class RemoteService { |
16 | 16 | |
17 | 17 | // private String BASE_URL = PropertiesUtils.getPropertyValue("platform.operate.api.validate.url"); |
18 | - private String BASE_URL = "http://dev-rp-api.healthbaby.com.cn:8082/"; | |
18 | +// private String BASE_URL = "http://dev-rp-api.healthbaby.com.cn:8082/"; | |
19 | + private String BASE_URL = "http://localhost:8080/"; | |
19 | 20 | |
20 | 21 | /** |
21 | 22 | * 作废优惠券相关 |