|
@@ -63,10 +63,10 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
"智慧中医测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/ystTest\">点击进入</a>");
|
|
|
|
|
|
renderNull();
|
|
|
- } else if ("玉生堂入口".equalsIgnoreCase(msgContent)) {
|
|
|
+ } else if ("问卷测试".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
- "智慧中医正式链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/yst\">点击进入</a>");
|
|
|
+ "测试链接:\n<a href=\"https://question.pacsonline.cn/#/home\">点击进入</a>");
|
|
|
|
|
|
renderNull();
|
|
|
}else if ("扫码".equalsIgnoreCase(msgContent)) {
|