xieb
2024-03-06 79fa17366c961ae0a84f975f2a6b6fa49b1f534c
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));
   }
}