|
|
@@ -38,7 +38,7 @@ public class UserBrowseApiController {
|
|
|
|
|
|
|
|
|
@PostMapping("pagedLoad")
|
|
|
- @ApiOperation(value = "分页加载职位浏览记录(浏览时间倒序)")
|
|
|
+ @ApiOperation(value = "分页加载职位浏览记录(按浏览时间倒序)")
|
|
|
public MessageResult<Map> pagedLoad( @RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
|
|
|
@RequestParam(value="pageSize",defaultValue="20") int pageSize,
|
|
|
@RequestAttribute String subject){
|