차단한 유저리스트 조회 API 추가

This commit is contained in:
2024-09-03 17:52:34 +09:00
parent 93410af224
commit b0c7819b5a
3 changed files with 16 additions and 3 deletions

View File

@@ -357,6 +357,10 @@ class MemberService(
}
}
fun getBlockedMemberList(memberId: Long): List<Long> {
return blockMemberRepository.getBlockedMemberList(memberId = memberId)
}
@Transactional
fun memberBlock(request: MemberBlockRequest, memberId: Long) {
var blockMember = blockMemberRepository.getBlockAccount(