Commit 532eafe5 authored by liming's avatar liming

俱乐部列表

parent 081af430
......@@ -73,7 +73,7 @@ public class ClubController {
return success(clubService.getList(dto));
}
@ApiOperation("俱乐部-列表")
@ApiOperation("俱乐部-玩家主页")
@PostMapping("/home/{playerId}")
public ResponseEntity<Result<PlayerClubHomeDTO>> getClubHome(@PathVariable("playerId") Long playerId) {
return success(clubService.getClubHome(playerId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment