feat : 매장 상세조회시, 이미지링크 추가.
This commit is contained in:
@@ -115,7 +115,8 @@ public class StoreService implements StoreUseCase {
|
||||
.rating(store.getRating())
|
||||
.reviewCount(store.getReviewCount())
|
||||
.status(store.getStatus())
|
||||
.tags(tagNameList)
|
||||
.imageUrl(store.getImageUrl())
|
||||
.tags(tagNameList)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
@@ -63,4 +63,7 @@ public class StoreDetailResponse {
|
||||
|
||||
@Schema(description = "AI 요약 정보")
|
||||
private String aiSummary;
|
||||
|
||||
@Schema(description = "매장 이미지")
|
||||
private String imageUrl;
|
||||
}
|
||||
Reference in New Issue
Block a user