-
Notifications
You must be signed in to change notification settings - Fork 3
userInfo
SimJungUk edited this page Jul 10, 2019
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /home/userInfo | 홈 화면 유저 정보 |
Content-Type: application/json
Authorization: Jwt Token Value(선택)
{
"status": 200,
"success": true,
"message": "성공",
"data": {
"nickname": "하리보냠냠",
"hitSongCount": 0,
"rateSongCount": 0,
"totalPoint": 0,
"auth": true
}
}
{
"status": 200,
"success": true,
"message": "성공",
"data": {
"nickname": "",
"hitSongCount": 0,
"rateSongCount": 0,
"totalPoint": 0,
"auth": false
}
}