|
@@ -114,7 +114,7 @@ public class DataTask implements ITask {
|
|
|
params.put("data", JSON.toJSONString(data));
|
|
|
//System.out.println(params);
|
|
|
//调用接口
|
|
|
- sendPost("https://pacs.yunyikang.cn/pacs/zskk/writePatientReport", params);
|
|
|
+ sendPost("http://39.106.136.96/pacs/zskk/writePatientReport", params);
|
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
wService.requestWeixinQrcode(report.getId());;
|
|
|
}
|