|
@@ -283,8 +283,7 @@ public class WeixinService {
|
|
|
String report_id = contentJson.getString("report_id");
|
|
String report_id = contentJson.getString("report_id");
|
|
|
String exam_id = contentJson.getString("exam_id");
|
|
String exam_id = contentJson.getString("exam_id");
|
|
|
String template_id = LOCAL_REPORT_FINISH_TEMPLATE_ID.get(source);
|
|
String template_id = LOCAL_REPORT_FINISH_TEMPLATE_ID.get(source);
|
|
|
- // String urlString = BASR_URL + "localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
|
|
- String urlString = BASR_URL + "wxTest";
|
|
|
|
|
|
|
+ String urlString = BASR_URL + "localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
apiResult = sendLocalReportFinishMsg(openid, urlString, modality, name, eaxmDate, template_id);
|
|
apiResult = sendLocalReportFinishMsg(openid, urlString, modality, name, eaxmDate, template_id);
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
@@ -302,7 +301,8 @@ public class WeixinService {
|
|
|
|
|
|
|
|
String template_id = PEIS_REPORT_PUSH_TEMPLATE_ID.get(source);
|
|
String template_id = PEIS_REPORT_PUSH_TEMPLATE_ID.get(source);
|
|
|
// String urlString = BASR_URL + "reportStemp?id=" + id + "&openid=" + openid;
|
|
// String urlString = BASR_URL + "reportStemp?id=" + id + "&openid=" + openid;
|
|
|
- String urlString = BASR_URL + "reportStemp?id=" + id;
|
|
|
|
|
|
|
+ // String urlString = BASR_URL + "reportStemp?id=" + id;
|
|
|
|
|
+ String urlString = BASR_URL + "ws20251209";
|
|
|
// todo https://wc4.pacsonline.cn/#/reportInfo/reportStemp?id=cnb51i2f3w5uv769&short=1&is_dcm=1&isEncrypt=0&isAnonymous=1&service=1
|
|
// todo https://wc4.pacsonline.cn/#/reportInfo/reportStemp?id=cnb51i2f3w5uv769&short=1&is_dcm=1&isEncrypt=0&isAnonymous=1&service=1
|
|
|
apiResult = sendPeisReportPushMsg(openid, urlString, modality, name, examDate, hospital, template_id);
|
|
apiResult = sendPeisReportPushMsg(openid, urlString, modality, name, examDate, hospital, template_id);
|
|
|
}
|
|
}
|