|
@@ -36,7 +36,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
|
|
|
if ("演示".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
- CustomServiceApi.sendText(inTextMsg.getFromUserName(), "【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"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");
|
|
|
|