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

This commit is contained in:
谭凯凯 2024-12-20 14:13:51 +08:00 committed by Tankaikai
parent 0584ef6566
commit d135eb3c58
1 changed files with 1 additions and 1 deletions

View File

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