diff --git a/platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java b/platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java index db3f355..383d340 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java +++ b/platform-common/src/main/java/com/lyms/platform/common/utils/HttpClientUtil.java @@ -223,9 +223,9 @@ public class HttpClientUtil { Map map = new HashMap(); map.put("page","1"); map.put("limit","10"); - map.put("patientIds","5959c0a9d5402ad93418edc9"); + map.put("patientId","5959c0a9d5402ad93418edc9"); long start = System.currentTimeMillis(); - String s = doGet("https://area-qhd-api.healthbaby.com.cn:18019/getAppLis", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); + String s = doGet("https://push.stage.platform.healthbaby.com.cn/biz-push-web/push", map, "utf-8","3d19960bf3e81e7d816c4f26051c49ba"); long end = System.currentTimeMillis(); System.out.print(end -start);