增加了对公充值的短信通知

This commit is contained in:
1215525055@qq.com 2025-03-04 19:55:18 +08:00
parent 48c7a40602
commit 21b24fdf93
4 changed files with 5 additions and 4 deletions

View File

@ -402,9 +402,9 @@ public class AccountRechargeServiceImpl extends DefaultBaseService implements IA
String userId = accountRechargeVO.getUserId(); String userId = accountRechargeVO.getUserId();
// 未支付的订单 // 未支付的订单
Integer count = countByUserIdAndRechargeCheck(userId, RechargeCheckEnum.UN_RECHARGE); Integer count = countByUserIdAndRechargeCheck(userId, RechargeCheckEnum.UN_RECHARGE);
if (count > 50) { /* if (count > ProjectConfigUtil.getInt("ToDayMaxRechargeCount")) {
throw new SaveException("超过创建订单数量上限"); throw new SaveException("超过创建订单数量上限");
} }*/
accountRechargeVO.setThirdParty(thirdParty); accountRechargeVO.setThirdParty(thirdParty);
accountRechargeVO.setAccountId(userId); accountRechargeVO.setAccountId(userId);
accountRechargeVO.setRechargeCheck(RechargeCheckEnum.UN_RECHARGE.getValue()); accountRechargeVO.setRechargeCheck(RechargeCheckEnum.UN_RECHARGE.getValue());

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -29,7 +29,8 @@
padding: 15px; padding: 15px;
} }
.nav .logo a img { .nav .logo a img {
height: 40px; height: 60px;
width: 186px;
} }
.nav .go-page { .nav .go-page {
padding: 15px; padding: 15px;