|  | @ -1614,6 +1614,7 @@ public class EntranceService {
 | 
												
													
														
															|  |         jsonObject.put("content", content);
 |  |         jsonObject.put("content", content);
 | 
												
													
														
															|  |         jsonObject.put("contentString",contentString);
 |  |         jsonObject.put("contentString",contentString);
 | 
												
													
														
															|  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/ehospitalNoticePush.htm",jsonObject.toString());
 |  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/ehospitalNoticePush.htm",jsonObject.toString());
 | 
												
													
														
															|  | 
 |  |         logger.info("ehospitalNoticePushResult:"+responseMsg);
 | 
												
													
														
															|  |         return responseMsg;
 |  |         return responseMsg;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
											
												
													
														
															|  | @ -1626,6 +1627,7 @@ public class EntranceService {
 | 
												
													
														
															|  |         JSONObject  jsonObject=new JSONObject ();
 |  |         JSONObject  jsonObject=new JSONObject ();
 | 
												
													
														
															|  |         jsonObject.put("openId",openId);
 |  |         jsonObject.put("openId",openId);
 | 
												
													
														
															|  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/getUserInfoByOpenId.htm",jsonObject.toString());
 |  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/getUserInfoByOpenId.htm",jsonObject.toString());
 | 
												
													
														
															|  | 
 |  |         logger.info("getUserInfoByOpenIdResult:"+responseMsg);
 | 
												
													
														
															|  |         return responseMsg;
 |  |         return responseMsg;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  |     /**
 |  |     /**
 | 
												
											
												
													
														
															|  | @ -1637,6 +1639,7 @@ public class EntranceService {
 | 
												
													
														
															|  |         JSONObject  jsonObject=new JSONObject ();
 |  |         JSONObject  jsonObject=new JSONObject ();
 | 
												
													
														
															|  |         jsonObject.put("interfaceid",interfaceid);
 |  |         jsonObject.put("interfaceid",interfaceid);
 | 
												
													
														
															|  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/getAccessToken.htm",jsonObject.toString());
 |  |         String responseMsg =httpClientUtil.sendPost(serverUrl+"/interface/getAccessToken.htm",jsonObject.toString());
 | 
												
													
														
															|  | 
 |  |         logger.info("getAccessTokenResult:"+responseMsg);
 | 
												
													
														
															|  |         return responseMsg;
 |  |         return responseMsg;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 |