@@ -25,4 +25,6 @@ public interface UserCenterClient {
@GetMapping("/user/findUserIdsForOrg")
List<Long> findUserIdsForOrg();
+
}