Commit 4da79a4628a5e7ff2fd0e7460100a9862f0eb930

Authored by liquanyu
1 parent 0449e3779f

update code

Showing 1 changed file with 0 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MessageCenterService.java View file @ 4da79a4
... ... @@ -107,13 +107,11 @@
107 107 try{
108 108 json = JsonUtil.obj2Str(list);
109 109 String result = HttpClientUtil.doPostSSL(CENTER_BASE_URL+"/biz-push-web/push", json);
110   - System.out.println("======="+result);
111 110 if (StringUtils.isNotEmpty(result))
112 111 {
113 112 Map<String,Integer> map = JsonUtil.str2Obj(result, Map.class);
114 113 if ("0".equals(map.get("errorcode").toString()))
115 114 {
116   - System.out.println("successs");
117 115 return true;
118 116 }
119 117 }