feat(profile): 카카오 오픈채팅 URL 필드로 프로필 응답과 수정을 통일한다
This commit is contained in:
@@ -305,8 +305,7 @@ class MemberService(
|
||||
instagramUrl = member.instagramUrl,
|
||||
fancimmUrl = member.fancimmUrl,
|
||||
xUrl = member.xUrl,
|
||||
websiteUrl = member.websiteUrl,
|
||||
blogUrl = member.blogUrl,
|
||||
kakaoOpenChatUrl = member.websiteUrl,
|
||||
liveReservationCount = liveReservationCount,
|
||||
isAuth = member.auth != null,
|
||||
orderList = orderList
|
||||
@@ -737,12 +736,8 @@ class MemberService(
|
||||
member.xUrl = profileUpdateRequest.xUrl
|
||||
}
|
||||
|
||||
if (profileUpdateRequest.websiteUrl != null) {
|
||||
member.websiteUrl = profileUpdateRequest.websiteUrl
|
||||
}
|
||||
|
||||
if (profileUpdateRequest.blogUrl != null) {
|
||||
member.blogUrl = profileUpdateRequest.blogUrl
|
||||
if (profileUpdateRequest.kakaoOpenChatUrl != null) {
|
||||
member.websiteUrl = profileUpdateRequest.kakaoOpenChatUrl
|
||||
}
|
||||
|
||||
if (profileUpdateRequest.isVisibleDonationRank != null) {
|
||||
|
||||
Reference in New Issue
Block a user