|
|
@@ -51,7 +51,7 @@ public class UserBrowseHrApiController {
|
|
|
@PostMapping("pageListHR")
|
|
|
@ApiOperation(value = "浏览记录")
|
|
|
@ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "positionName", value = "职位名称关键字", required = false, paramType = "form")
|
|
|
+ @ApiImplicitParam(name = "positionName", value = "职位名称关键字", required = false, paramType = "query")
|
|
|
})
|
|
|
public MessageResult<Map> pageListHR(
|
|
|
String token,String positionName,String positionCategoryId,Integer age,String sex,
|