【fix sonar】 WxSendMsgHandle.java文件

This commit is contained in:
tianwenbo
2023-03-07 15:57:33 +08:00
parent 16a6d26a93
commit 14b0c646a4
@@ -6,7 +6,7 @@ import com.jero.modules.message.handle.ISendMsgHandle;
public class WxSendMsgHandle implements ISendMsgHandle { public class WxSendMsgHandle implements ISendMsgHandle {
@Override @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 // TODO Auto-generated method stub
log.info("发微信消息模板"); log.info("发微信消息模板");
} }