src/main/java/com/xcong/excoin/utils/mail/ZzSmsSend.java
@@ -32,7 +32,7 @@ } public static boolean sendRechargeMsg(String telphone, Date time, String amount, String orderNo) { String content = "【云顶】尊敬的用户,恭喜您于{}有一笔充值已成功到账,充值数量为{}, 订单号为{}。"; String content = "【云顶】尊敬的用户,恭喜您于{}有一笔充值已成功到账, 充值数量为{}, 订单号为{}。"; return send(telphone, StrUtil.format(content, DateUtil.format(time, DatePattern.NORM_DATETIME_MINUTE_PATTERN), amount, orderNo)); }