首绑支付宝发放现金红包奖励
This commit is contained in:
parent
0584ef6566
commit
d135eb3c58
|
|
@ -82,7 +82,7 @@ public class AppController {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Result.error("一个支付宝账号仅可绑定一个用户");
|
return Result.error("一个支付宝账号仅可绑定一个用户");
|
||||||
}
|
}
|
||||||
if (!ApiAccessLimitUtil.isAccessAllowed(userId.toString(), "updateZFB", 3, "month")) {
|
if (!ApiAccessLimitUtil.isAccessAllowed(userId.toString(), "updateZFB", 300, "month")) {
|
||||||
return Result.error("每月仅支持修改三次,请联系管理员");
|
return Result.error("每月仅支持修改三次,请联系管理员");
|
||||||
}
|
}
|
||||||
UserEntity old = userService.getById(userId);
|
UserEntity old = userService.getById(userId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue