-
Notifications
You must be signed in to change notification settings - Fork 3
사용자조회
SimJungUk edited this page Jul 11, 2019
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /core/users | 사용자 조회 |
Content-Type: application/json
Authorization: Json Web Token
{
"status": 200,
"success": true,
"message": "마이페이지 조회 성공",
"data": {
"rateSongCount": 7,
"hitSongCount": 11,
"nickName": "하리보냠냠",
"totalPoint": 5600,
"isArtist": 0,
"profileImg": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562722080111.jpg",
"backImg": null,
"recommendMode": "신나는"
}
}
{
"status": 500,
"success": false,
"message": "INTERNAL SERVER ERROR",
}