Update MemberReadHistoryController.java
This commit is contained in:
parent
adf0e47e1a
commit
9f3969cbd7
@ -48,7 +48,7 @@ public class MemberReadHistoryController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("清空除浏览记录")
|
@ApiOperation("清空浏览记录")
|
||||||
@RequestMapping(value = "/clear", method = RequestMethod.POST)
|
@RequestMapping(value = "/clear", method = RequestMethod.POST)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public CommonResult clear() {
|
public CommonResult clear() {
|
||||||
@ -56,7 +56,7 @@ public class MemberReadHistoryController {
|
|||||||
return CommonResult.success(null);
|
return CommonResult.success(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("分页获取用户浏览记录")
|
@ApiOperation("分页获取浏览记录")
|
||||||
@RequestMapping(value = "/list", method = RequestMethod.GET)
|
@RequestMapping(value = "/list", method = RequestMethod.GET)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public CommonResult<CommonPage<MemberReadHistory>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
|
public CommonResult<CommonPage<MemberReadHistory>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user