ip 请求次数限制23
This commit is contained in:
parent
5848373764
commit
76f51725f5
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue