| | |
| | | Address[] allRecipients = {toMail, toMail2}; |
| | | message.setRecipients(Message.RecipientType.TO, allRecipients); |
| | | // Set Subject: 邮件主体 |
| | | message.setSubject("明星电力"); |
| | | message.setSubject("明星新能源充电开票"); |
| | | // 设置消息体 |
| | | message.setSentDate(new Date()); |
| | | javax.mail.internet.MimeMultipart msgMultipart = new MimeMultipart("mixed"); |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | // String reqStr1 = MsgUtil.codeMsg("19983174515", "123456"); |
| | | // String result1 = HttpUtils.post(MsgConstants.SEND_URL, reqStr1); |
| | | |
| | | String reqStr3 = MsgUtil.faultMsg("18398968484", "长河服务区充电站(遂", "123"); |
| | | String result3 = HttpUtils.post(MsgConstants.SEND_URL, reqStr3); |
| | | System.err.println(result3); |
| | | } |
| | | |
| | | |
| | | |
| | | @Log(title = "【我的】退出登录", businessType = BusinessType.STOP,operatorType = OperatorType.MOBILE) |