-
Notifications
You must be signed in to change notification settings - Fork 3
마이페이지 조회
jineeee edited this page Jul 10, 2019
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /myPage | 마이페이지 조회 |
Content-Type: application/json
Authorization: Jwt Token Value
{
"status": 200,
"success": true,
"message": "마이페이지 조회 성공",
"data": {
"user 정보": {
"userIdx": 57,
"email": "[email protected]",
"password": "EX5TIJzE7gU0/135D3HTug==",
"nickname": "정욱정욱 ",
"profileImg": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562395817977.jpg",
"backImg": null,
"hitSongCount": 72,
"rateSongCount": 5,
"uploadPassCount": "0",
"isArtist": 0,
"comment": "정욱이빈다다 ",
"totalPoint": 8400
},
"playlist 결과": {
"hitsSong": [
{
"genreName": [
"발라드",
" 힙합",
" 락",
" 댄스",
" POP"
],
"moodName": [
"신나는",
" 설레는",
" 힙한",
" 슬픈",
" 잔잔"
],
"_id": "5d1ce3804039681348d7aa1c",
"originTitle": "데이맨",
"userIdx": 5,
"streamCount": 0,
"likeCount": 0,
"artwork": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335133.jpg",
"originArtistIdx": 10,
"enrollTime": null,
"songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335147.mp3",
"songComment": "굿데이야굿데이",
"reportCount": 0,
"rateScore": 1176,
"highlightTime": "0:10",
"songStatus": 0,
"uploadDate": "2019-07-04T02:18:14.000Z",
"deleteTime": "2019-07-11T02:18:14.000Z",
"rateUserCount": 69
}
],
"waitSong": [
{
"genreName": [
"발라드",
" 힙합",
" 락",
" 댄스",
" POP"
],
"moodName": [
"신나는",
" 설레는",
" 힙한",
" 슬픈",
" 잔잔"
],
"_id": "5d1ce3804039681348d7aa1c",
"originTitle": "유보곡",
"userIdx": 57,
"streamCount": 0,
"likeCount": 0,
"artwork": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335133.jpg",
"originArtistIdx": 10,
"enrollTime": null,
"songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335147.mp3",
"songComment": "유보곡",
"reportCount": 0,
"rateScore": 1172,
"highlightTime": "0:10",
"songStatus": 0,
"uploadDate": "2019-07-04T02:18:14.000Z",
"deleteTime": "2019-07-11T02:18:14.000Z",
"rateUserCount": 65
}
],
"passSong": [
{
"genreName": [
"발라드",
" 힙합",
" 락",
" 댄스",
" POP"
],
"moodName": [
"신나는",
" 설레는",
" 힙한",
" 슬픈",
" 잔잔"
],
"_id": "5d1ce3804039681348d7aa1c",
"originTitle": "통과곡",
"userIdx": 57,
"streamCount": 0,
"likeCount": 0,
"artwork": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335133.jpg",
"originArtistIdx": 10,
"enrollTime": null,
"songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335147.mp3",
"songComment": "통과곡",
"reportCount": 0,
"rateScore": 1173,
"highlightTime": "0:10",
"songStatus": 1,
"uploadDate": "2019-07-04T02:18:14.000Z",
"deleteTime": "2019-07-11T02:18:14.000Z",
"rateUserCount": 66
}
],
"failSong": [
{
"genreName": [
"발라드",
" 힙합",
" 락",
" 댄스",
" POP"
],
"moodName": [
"신나는",
" 설레는",
" 힙한",
" 슬픈",
" 잔잔"
],
"_id": "5d1ce3804039681348d7aa1c",
"originTitle": "탈락곡",
"userIdx": 5,
"streamCount": 0,
"likeCount": 0,
"artwork": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335133.jpg",
"originArtistIdx": 10,
"enrollTime": null,
"songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562174335147.mp3",
"songComment": "굿데이야굿데이",
"reportCount": 0,
"rateScore": 1174,
"highlightTime": "0:10",
"songStatus": 2,
"uploadDate": "2019-07-04T02:18:14.000Z",
"deleteTime": "2019-07-11T02:18:14.000Z",
"rateUserCount": 1000
}
]
},
"user가 준 점수": [
{
"songIdx": "5d1ce3804039681348d7aa1c",
"ratePoint": 3
},
{
"songIdx": "5d21b8e5f8541006301d3738",
"ratePoint": 4
}
]
}
}
{
"status": 403,
"success": false,
"message": "토큰값이 존재하지 않습니다."
}
{
"status": 404,
"success": false,
"message": "토큰과 일치하는 유저가 없습니다."
}