@@ -103,6 +103,15 @@ public class WebBridgeController extends ApiController {
// this.redirect(WEB_BASR_URL_4+ "/reportInfo/reportStemp?id=" + this.getPara("id") + "&short=1&isEncrypt=0&openid=" + this.getPara("openid"));
this.process(WEB_BASR_URL_4+ "/reportInfo/reportStemp?id=" + this.getPara("id") + "&short=1&isEncrypt=0");
}
+
+ public void reportInfoWangshuai() {
+ // todo https://wc4.pacsonline.cn/#/reportInfo/reportStemp?id=cnb51i2f3w5uv769&short=1&is_dcm=1&isEncrypt=0&isAnonymous=1&service=1
+ // this.redirect(WEB_BASR_URL_4+ "/reportInfo/reportStemp?id=" + this.getPara("id") + "&short=1&isEncrypt=0&openid=" + this.getPara("openid"));
+ this.process(WEB_BASR_URL_4+ "/reportInfoWangshuai/report?report_id=" + this.getPara("report_id") + "&exam_id=" + this.getPara("exam_id") + "&pushLinkType=1");
+ }
+ // https://wc4.pacsonline.cn/#/reportInfoWangshuai/report?report_id=cnb51e9qcj1oqmfy&exam_id=cnb51e84t5xcl0yv&pushLinkType=1&openid=oEhm60nYZhe5Oe9m5NSnBBKMrQ7w
public void demo() {
this.redirect("https://wc4.pacsonline.cn/#/reportInfo/report?id=cnb518tkh0ou8lx9&short=1&is_dcm=1&isEncrypt=0&isAnonymous=1&name=%E9%99%88**");
@@ -302,7 +302,9 @@ public class WeixinService {
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;
- String urlString = BASR_URL + "ws20251209";
+ // String urlString = BASR_URL + "ws20251209";
+ String urlString = BASR_URL + "reportInfoWangshuai?id=" + report_id + "&exam_id=" + exam_id;
// 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);