|
@@ -56,7 +56,7 @@ public class PcSchoolInfoController extends BaseController{
|
|
|
@GetMapping(value = "/{id}")
|
|
|
@ApiOperation("获取驾校详细信息")
|
|
|
public Response<SchoolInfoDetailPcVO> getSchoolInfoDetail(
|
|
|
- @ApiParam(name = "id", value = "驾校全国统一编号", required = true)
|
|
|
+ @ApiParam(name = "id", value = "驾校id", required = true)
|
|
|
@PathVariable("id") Long id
|
|
|
){
|
|
|
return Response.success(schoolInfoService.getSchoolInfoDetail(id));
|