Commit ab4fe447e475366d8faf12bdd4f2926847b54bac
1 parent
7cc9d9f111
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 2 additions and 2 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java
View file @
ab4fe44
| ... | ... | @@ -223,9 +223,9 @@ |
| 223 | 223 | Map<String,String> map = new HashMap<String, String>(); |
| 224 | 224 | map.put("page","1"); |
| 225 | 225 | map.put("limit","10"); |
| 226 | - map.put("patientIds","5959c0a9d5402ad93418edc9"); | |
| 226 | + map.put("patientId","5959c0a9d5402ad93418edc9"); | |
| 227 | 227 | long start = System.currentTimeMillis(); |
| 228 | - String s = doGet("https://area-qhd-api.healthbaby.com.cn:18019/getAppLis", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); | |
| 228 | + String s = doGet("https://push.stage.platform.healthbaby.com.cn/biz-push-web/push", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); | |
| 229 | 229 | |
| 230 | 230 | long end = System.currentTimeMillis(); |
| 231 | 231 | System.out.print(end -start); |