guoshilong
2024-03-06 d806ca882816b8b3827595077533d8dc9f5f83e1
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/collect/controller/UserCollectController.java
@@ -98,5 +98,12 @@
      return R.data(userCollectService.getMyCollect(userId));
   }
   /**
    * 获取我的收藏的水库
    */
   @PostMapping("/getMyCollectVO")
   @ApiOperation(value = "获取我的收藏的水库", notes = "获取我的收藏的水库")
   public R getMyCollectVO(String userId){
      return R.data(userCollectService.getMyCollectVO(userId));
   }
}