ip 请求次数限制23
This commit is contained in:
@@ -32,8 +32,8 @@ public class AppCourseCollectController extends AbstractController {
|
|||||||
@Login
|
@Login
|
||||||
@GetMapping("/selectByUserId")
|
@GetMapping("/selectByUserId")
|
||||||
@ApiOperation("app查询收藏短剧信息")
|
@ApiOperation("app查询收藏短剧信息")
|
||||||
@Debounce(interval = 3000, value = "#userId")
|
// @Debounce(interval = 3000, value = "#userId")
|
||||||
@Limiting
|
// @Limiting
|
||||||
public Result selectByUserId(Integer page, Integer limit, @RequestAttribute("userId") Long userId, Integer classify) {
|
public Result selectByUserId(Integer page, Integer limit, @RequestAttribute("userId") Long userId, Integer classify) {
|
||||||
return courseCollectService.selectByUserId(page, limit, userId, classify);
|
return courseCollectService.selectByUserId(page, limit, userId, classify);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user