src/main/java/com/xcong/excoin/utils/mail/Sms106Send.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/utils/mail/Sms106Send.java
@@ -39,6 +39,7 @@ public static boolean sendRechargeMsg(String phone, String time, String orderNo) { String msg = "尊敬的用户,您的帐号于{}有一笔成功充值订单,如有疑问请联系客服,订单编号为{}"; String content = StrUtil.format(msg, time, orderNo); log.info("短信发送:{}", content); return request(phone, content, "充值"); }