Commit 169a587e9c2bcaad4e558d7aeb1085abc0e16ec3
1 parent
da5d29e297
Exists in
master
and in
6 other branches
修改域名
Showing 2 changed files with 12 additions and 1 deletions
platform-job-index/pom.xml
View file @
169a587
| ... | ... | @@ -68,6 +68,17 @@ |
| 68 | 68 | <artifactId>commons-httpclient</artifactId> |
| 69 | 69 | <version>4.4.1</version> |
| 70 | 70 | </dependency>--> |
| 71 | + <dependency> | |
| 72 | + <groupId>org.apache.httpcomponents</groupId> | |
| 73 | + <artifactId>httpclient</artifactId> | |
| 74 | + <version>4.5.2</version> | |
| 75 | + </dependency> | |
| 76 | + | |
| 77 | + <dependency> | |
| 78 | + <groupId>commons-httpclient</groupId> | |
| 79 | + <artifactId>commons-httpclient</artifactId> | |
| 80 | + <version>3.1</version> | |
| 81 | + </dependency> | |
| 71 | 82 | </dependencies> |
| 72 | 83 | </dependencyManagement> |
| 73 | 84 | <dependencies> |
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/SyncDataWork.java
View file @
169a587
| ... | ... | @@ -1318,7 +1318,7 @@ |
| 1318 | 1318 | String gzopendId= members.get(0).getGzOpenId(); |
| 1319 | 1319 | Map params=new HashMap(); |
| 1320 | 1320 | params.put("gzopenId",gzopendId); |
| 1321 | - HttpClientUtil.doGet("https://push.stage.platform.healthbaby.com.cn/biz-push-web/direct/push",params,"UTF8","3d19960bf3e81e7d816c4f26051c49ba"); | |
| 1321 | + HttpClientUtil.doGet("https://weixin-push-save.healthbaby.com.cn/biz-push-web/direct/push",params,"UTF8","3d19960bf3e81e7d816c4f26051c49ba"); | |
| 1322 | 1322 | } |
| 1323 | 1323 | } |
| 1324 | 1324 |