LAPTOP-5NTQJPUS\LT 11 months ago
parent
commit
18091dbc16

+ 1 - 1
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -60,7 +60,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 		} else if ("玉生堂测试".equalsIgnoreCase(msgContent)) {
 
 			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
-					"智慧中医测试链接,\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/ystTest\">点击报名</a>");
+					"智慧中医测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/ystTest\">点击进入</a>");
 
 			renderNull();
 		} else if ("扫码".equalsIgnoreCase(msgContent)) {