|
@@ -36,16 +36,8 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
|
|
|
if ("演示".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
- CustomServiceApi.sendText(inTextMsg.getFromUserName(), "欢迎关注中世康恺电子胶片平台!您将在3分钟内收到电子胶片示例");
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(), "【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您将在2分钟内收到电子胶片示例,谢谢!");
|
|
|
|
|
|
- try {
|
|
|
- Thread.sleep(10000);
|
|
|
- } catch (InterruptedException e) {
|
|
|
- // TODO Auto-generated catch block
|
|
|
- e.printStackTrace();
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
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>();
|