src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java
@@ -488,7 +488,7 @@ } @Override @Transactional(rollbackFor = Exception.class) @Transactional public FebsResponse memberWithdrawCoinConfirm(@NotNull(message = "{required}") Long id) { MemberCoinWithdrawEntity selectById = memberCoinWithdrawMapper.selectById(id); @@ -562,7 +562,7 @@ log.info("---->{}", phone); if(StrUtil.isNotBlank(phone)) { Sms106Send.sendWithdrawalCoinMsg(phone, time); Sms106Send.sendWithdrawalCoinMsg(phone, new Date(), selectById.getAmount().toString()); } /** //短信提醒