From 14b0c646a4339dcf725297856623bb82f264a680 Mon Sep 17 00:00:00 2001 From: tianwenbo Date: Tue, 7 Mar 2023 15:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20sonar=E3=80=91=20WxSendMsgHandle?= =?UTF-8?q?.java=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/modules/message/handle/impl/WxSendMsgHandle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/message/handle/impl/WxSendMsgHandle.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/message/handle/impl/WxSendMsgHandle.java index 33f76aa3..6e50283f 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/message/handle/impl/WxSendMsgHandle.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/message/handle/impl/WxSendMsgHandle.java @@ -6,7 +6,7 @@ import com.jero.modules.message.handle.ISendMsgHandle; public class WxSendMsgHandle implements ISendMsgHandle { @Override - public void SendMsg(String es_receiver, String es_title, String es_content) { + public void SendMsg(String esReceiver, String esTitle, String esContent) { // TODO Auto-generated method stub log.info("发微信消息模板"); }