|
@ -120,8 +120,8 @@ public class ZysoftService {
|
|
|
paramsList.put("msgHeader",msgHeader);
|
|
|
paramsList.put("msgBody",msgBody);
|
|
|
|
|
|
//System.out.print("msgHeader:"+msgHeader+"\r\n");
|
|
|
//System.out.print("msgBody:"+msgBody+"\r\n");
|
|
|
System.out.print("msgHeader:"+msgHeader+"\r\n");
|
|
|
System.out.print("msgBody:"+msgBody+"\r\n");
|
|
|
|
|
|
//新增日志
|
|
|
String method = "POST";
|
|
@ -771,8 +771,8 @@ public class ZysoftService {
|
|
|
header.put("LICENCE",licence);
|
|
|
|
|
|
Map<String,String> params = new HashMap<>();
|
|
|
params.put("TEAM_CODE",time_start);
|
|
|
params.put("TEAM_CODE",time_end);
|
|
|
params.put("TIME_START",time_start);
|
|
|
params.put("TIME_END",time_end);
|
|
|
|
|
|
String response = postSecond("getSickFamilyDoctorSpecialistControl","查询家签慢病患者定标情况接口",params,header,false);
|
|
|
|