Commit 7cc722102d59d93301440a3f65b87eda45d9e2e5
1 parent
deeba0fa19
Exists in
master
and in
6 other branches
孕前优生-上传省平台-改为正式KEY
Showing 1 changed file with 4 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyService.java
View file @
7cc7221
... | ... | @@ -953,8 +953,10 @@ |
953 | 953 | /** |
954 | 954 | * 孕前优生-上传省平台 |
955 | 955 | */ |
956 | - private static final String URL = "http://39.101.222.193:8088";//测试 | |
957 | - private static final String KEY = "27d7bc6992724608bbfa0775a31c4b38";//沧州测试key | |
956 | +// private static final String URL = "http://39.101.222.193:8088";//测试 | |
957 | +// private static final String KEY = "27d7bc6992724608bbfa0775a31c4b38";//沧州测试key | |
958 | + private static final String URL = "http://27.128.184.172:8087";//正式 | |
959 | + private static final String KEY = "04a5ad7515de40d3b1f7a7f1624daf10";//正式key | |
958 | 960 | public BaseResponse uploadingProvince(List<String> ids){ |
959 | 961 | BaseResponse baseResponse=new BaseResponse();//返回结果对象 |
960 | 962 | if(CollectionUtils.isEmpty(ids)){ |