ip 请求次数限制23

This commit is contained in:
GYJ 2025-03-24 17:05:16 +08:00
parent 5848373764
commit 76f51725f5
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ public class AppCourseCollectController extends AbstractController {
@Login
@GetMapping("/selectByUserId")
@ApiOperation("app查询收藏短剧信息")
@Debounce(interval = 3000, value = "#userId")
@Limiting
// @Debounce(interval = 3000, value = "#userId")
// @Limiting
public Result selectByUserId(Integer page, Integer limit, @RequestAttribute("userId") Long userId, Integer classify) {
return courseCollectService.selectByUserId(page, limit, userId, classify);
}