首绑支付宝发放现金红包奖励

This commit is contained in:
谭凯凯
2024-12-20 14:29:27 +08:00
committed by Tankaikai
parent c2643cf546
commit 4363e91fa7

View File

@@ -82,7 +82,7 @@ public class AppController {
if (count > 0) {
return Result.error("一个支付宝账号仅可绑定一个用户");
}
if (!ApiAccessLimitUtil.isAccessAllowed(userId.toString(), "updateZFB", 300, "month")) {
if (!ApiAccessLimitUtil.isAccessAllowed(userId.toString(), "updateZFB", 3, "month")) {
return Result.error("每月仅支持修改三次,请联系管理员");
}
UserEntity old = userService.getById(userId);