-
Notifications
You must be signed in to change notification settings - Fork 4
kakao 회원가입
syndersonLEE edited this page Apr 1, 2019
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /users/external | 카카오 회원가입 |
Content-Type: application/json
Kakao = 1, Naver = 2
{
"accessToken":"dsaufoiasdwtdsa",
"u_type": 1
"u_email" : "[email protected]" // 미입력시 공백으로 프로필에 삽입
}
{
"status": 201,
"message": "회원가입 성공",
"data": null
}
#### 토큰 값 오류
{ "status": 404, "message": "회원을 찾을 수 없습니다.", "len": 0, "data": null }