-
Notifications
You must be signed in to change notification settings - Fork 0
Kim Seohyun edited this page May 29, 2021
·
3 revisions
Content-Type: application/json
token: token
key | 설명 | 타입 | 비고 |
---|---|---|---|
key |
설명 | 타입 |
비고란 |
key | 설명 | 타입 | 비고 |
---|---|---|---|
key |
설명 | 타입 |
비고란 |
{
"status": 200,
"success": true,
"message": "로그인 성공.",
"data": {
"email": "홍길동@naver.com",
"password": "어쩌구",
"userName": "저쩌구"
}
}
- 원인은 여기에 작성
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}
- 원인은 여기에 작성
{
"status": 500,
"success": false,
"message": "로그인 실패."
}