Skip to content

Commit

Permalink
Fix: 로그인 정보 DTO에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
5jisoo committed Jan 7, 2024
1 parent a4c07b8 commit 10fdf2a
Show file tree
Hide file tree
Showing 10 changed files with 662 additions and 98 deletions.
8 changes: 4 additions & 4 deletions unibond/BOOT-INF/classes/static/docs/letter-rooms.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,15 +511,15 @@ <h3 id="_response"><a class="link" href="#_response">Response</a></h3>
<div class="content">
<pre class="highlight nowrap"><code class="language-http" data-lang="http">HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 616
Content-Length: 649

{
"isSuccess" : true,
"code" : 1000,
"message" : "요청에 성공하였습니다.",
"result" : {
"letterRoomList" : [ {
"senderProfileImg" : "https://unibond-img-bucket.s3.ap-northeast-2.amazonaws.com/user/ab1a78e5-339b-4263-bb79-89d7792c0bb8people-3281583_640.jpg",
"senderProfileImg" : "https://unibond-img-bucket.s3.ap-northeast-2.amazonaws.com/user/025cc515-c832-4c29-9fe0-9e77f0afea7d6808929_emoji_emoticon_emotion_expression_face_icon.png",
"senderNick" : "서울의가을",
"senderId" : 28,
"recentLetterSentDate" : "2024-01-01T02:37:54.084",
Expand Down Expand Up @@ -731,15 +731,15 @@ <h3 id="_response_2"><a class="link" href="#_response_2">Response</a></h3>
<div class="content">
<pre class="highlight nowrap"><code class="language-http" data-lang="http">HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1040
Content-Length: 1073

{
"isSuccess" : true,
"code" : 1000,
"message" : "요청에 성공하였습니다.",
"result" : {
"receiverId" : 28,
"receiverProfileImg" : "https://unibond-img-bucket.s3.ap-northeast-2.amazonaws.com/user/ab1a78e5-339b-4263-bb79-89d7792c0bb8people-3281583_640.jpg",
"receiverProfileImg" : "https://unibond-img-bucket.s3.ap-northeast-2.amazonaws.com/user/025cc515-c832-4c29-9fe0-9e77f0afea7d6808929_emoji_emoticon_emotion_expression_face_icon.png",
"receiverName" : "서울의가을",
"receiverDiseaseName" : "피어슨 증후군[Pierson syndrome]",
"receiverDiagnosisTiming" : "2023-11-10",
Expand Down
Loading

0 comments on commit 10fdf2a

Please sign in to comment.