ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/SmsController.java
@@ -87,8 +87,8 @@ String content = "您好,邀请您填写出院调查表,请点击" + url + "填写。感谢您配合!"; if (ObjectUtils.isNotEmpty(vo.getContent())) content = vo.getContent(); // else // sendChat(vo); else sendChat(vo); String sendMsg = ""; try { sendMsg = smsUtils.sendSms(xhsmsPath, xhsmsAccount, xhsmsPwd, vo.getPhone(), content);