|
@@ -36,13 +36,13 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
|
|
|
if ("演示".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
- CustomServiceApi.sendText(inTextMsg.getFromUserName(), "【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您将在2分钟内收到电子胶片示例,谢谢!");
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(), "【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏与重构处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您将在2分钟内收到电子胶片示例,谢谢!");
|
|
|
|
|
|
String toUrlString = String.format("http://wechat.client.pacsonline.cn/#/reportInfo/report?openid=%s&exam_id=%s&study_id=%s","test","8f0d2411134615e9","0c803a0934dfa1d8");
|
|
|
|
|
|
List<Articles> list = new ArrayList<Articles>();
|
|
|
Articles articles1 = new Articles();
|
|
|
- articles1.setTitle("【演示】点击查看本次影像和报告");
|
|
|
+ articles1.setTitle("【示例】点击查看本次影像和报告");
|
|
|
articles1.setDescription("欢迎使用中世康恺PacsOnline!\n点击进入查看详情,您可以分享给家属或医生,日后还可以在\"我的报告\"中查看本次影像和报告");
|
|
|
articles1.setPicurl("http://work.pacsonline.cn/static/img/banner.e8ee043.png");
|
|
|
articles1.setUrl(toUrlString);
|