커뮤니티 게시글 조회

- 응답값에 가격, 구매여부 추가
This commit is contained in:
2024-05-23 12:32:22 +09:00
parent d241b4fa7a
commit 87f22f45aa
7 changed files with 154 additions and 46 deletions

View File

@@ -86,7 +86,7 @@ class AdminContentService(
?: throw SodaException("없는 콘텐츠 입니다.")
if (request.isDefaultCoverImage) {
audioContent.coverImage = "profile/default_profile.png"
audioContent.coverImage = "`profile/default_profile.png`"
}
if (request.isActive != null) {