huanghongfa
2020-12-30 43a8d7b9b93555f6c1c8526bae6074d2ab06d045
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/IndexApi.java
@@ -53,7 +53,7 @@
        return communityService.addEasyPhoto(comActEasyPhotoVO);
    }
    @ApiOperation("随手拍详情")
    @ApiOperation(value = "随手拍详情",response =ComActEasyPhotoVO.class )
    @GetMapping("detaileasyphoto")
    @ApiImplicitParam(name = "id",value = "随手拍主键")
    public R detailEasyPhoto (@RequestParam("id") Long id){