springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComSanShuoApi.java
@@ -63,4 +63,11 @@ @RequestParam(value = "id",required = false) @ApiParam("id,level=1不传2行业分中心id 3街道id 4社区id")Long id){ return communityService.expertShowList(level,id); } @ApiOperation("专家详情展示") @GetMapping("/expert/detail") public R expertInfo(@RequestParam("id")Long id){ return communityService.expertShowList(7,id ); } }