Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
da64106678
|
|
@ -43,7 +43,7 @@ public class AppCourseController extends AbstractController {
|
|||
|
||||
@GetMapping("/selectCourseDetailsById")
|
||||
@ApiOperation("根据id查询短剧详情")
|
||||
@Debounce(interval = 5000, value = "#id,#token")
|
||||
@Debounce(interval = 1000, value = "#id,#token")
|
||||
public Result selectCourseDetailsById(Long id, String token, String courseDetailsId) {
|
||||
return courseDetailsService.selectCourseDetailsById(id, token, courseDetailsId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue