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