|
@@ -69,7 +69,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
renderNull();
|
|
renderNull();
|
|
} else {
|
|
} else {
|
|
OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|
|
OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|
|
- outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告");
|
|
|
|
|
|
+ outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
|
|
render(outMsgs);
|
|
render(outMsgs);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -256,7 +256,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
uService.bindUserReport(findUser.getId(), exams);
|
|
uService.bindUserReport(findUser.getId(), exams);
|
|
}
|
|
}
|
|
CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
|
|
CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
|
|
- "欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
|
|
|
|
|
|
+ "欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告");
|
|
|
|
|
|
List<Articles> list = new ArrayList<Articles>();
|
|
List<Articles> list = new ArrayList<Articles>();
|
|
Articles articles1 = new Articles();
|
|
Articles articles1 = new Articles();
|