Commit 4b339a4ad199ca62542c17a4e4ee1bc9462368c2
1 parent
8f9bdae6fe
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 2 additions and 2 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java
View file @
4b339a4
1 | 1 | package com.lyms.platform.biz; |
2 | 2 | |
3 | 3 | import com.lyms.platform.common.utils.HttpClientUtil; |
4 | -import com.lyms.platform.common.utils.PropertiesUtils; | |
5 | 4 | import org.springframework.stereotype.Service; |
6 | 5 | |
7 | 6 | import java.util.HashMap; |
... | ... | @@ -15,7 +14,8 @@ |
15 | 14 | @Service |
16 | 15 | public class RemoteService { |
17 | 16 | |
18 | - private String BASE_URL = PropertiesUtils.getPropertyValue("platform.operate.api.validate.url"); | |
17 | +// private String BASE_URL = PropertiesUtils.getPropertyValue("platform.operate.api.validate.url"); | |
18 | + private String BASE_URL = "http://localhost:8080/"; | |
19 | 19 | |
20 | 20 | /** |
21 | 21 | * 作废优惠券相关 |