Skip to content

Commit

Permalink
Merge pull request #297 from facming/dev
Browse files Browse the repository at this point in the history
add request route
  • Loading branch information
yanyanho authored Sep 2, 2024
2 parents 41d9818 + 5083360 commit 31ef97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public BaseResponse update(@RequestParam String address,@RequestBody HiringVO hi
/**
* 查询招聘详情
*/
@GetMapping
@GetMapping("/detail")
public BaseResponse detail(@RequestParam Long id) {
HiringVO hiringVO = hireService.detail(id);
return BaseResponse.successWithData(hiringVO);
Expand Down

0 comments on commit 31ef97b

Please sign in to comment.