SKKU-Capston-Project-2024 / server

0 stars 0 forks source link

SongCommentCustomRepositoryImpl.findSongCommentsBySongId jqpl query #85

Open jihoonwang98 opened 4 months ago

jihoonwang98 commented 4 months ago
image image

GET http://localhost:8080/song/S1/comment/popular

[
  {
    "writer": {
      "userId": "4f595a45-ad03-40b5-a224-f87adcd5f417",
      "username": "어두운뮤토피아57",
      "profileImageUrl": "https://mutopia.s3.ap-northeast-2.amazonaws.com/default/defaultProfile.svg"
    },
    "songComment": {
      "songInfo": {
        "id": "S1",
        "title": "Alcohol-Free",
        "artistName": "TWICE",
        "albumId": "00vb6sViDbJLmLLchfbRh4",
        "albumTitle": "Taste of Love",
        "albumCoverImgUrl": "https://i.scdn.co/image/ab67616d0000b273feede28e85bb57807a272a2b"
      },
      "rating": 8,
      "comment": "Fantastic track, love the rhythm!",
      "createdAt": "2024-05-17",
      "isLiked": false,
      "likeCount": 1
    }
  },
  {
    "writer": {
      "userId": "805d9a23-e893-43be-aaa2-efd38c8b19de",
      "username": "서운한뮤토피아98",
      "profileImageUrl": "https://mutopia.s3.ap-northeast-2.amazonaws.com/default/defaultProfile.svg"
    },
    "songComment": {
      "songInfo": {
        "id": "S1",
        "title": "Alcohol-Free",
        "artistName": "TWICE",
        "albumId": "00vb6sViDbJLmLLchfbRh4",
        "albumTitle": "Taste of Love",
        "albumCoverImgUrl": "https://i.scdn.co/image/ab67616d0000b273feede28e85bb57807a272a2b"
      },
      "rating": 9,
      "comment": "Absolutely in love with this song!",
      "createdAt": "2024-05-17",
      "isLiked": false,
      "likeCount": 1 << 여기는 0 나와야 되는거죠?  query가 잘못 들어간거 같아요
    }
  }
]
seongyunlee commented 4 months ago

이거 수정 된거죠?