-
Notifications
You must be signed in to change notification settings - Fork 1
아이디찾기
Bohyeon Kim edited this page Feb 28, 2022
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | auth/findId | 아이디 찾기 |
Content-Type: application/json
{
"name": "bohyeon",
"phone": "01012345678",
}
{
"success": 1,
"message": "이메일을 찾았습니다",
"email": {
"email": "980926b@gmail.com"
}
}
{
"status": 600,
"success": false,
"message": "존재하는 ID가 없습니다."
}
####(참고) 입력 파라미터가 잘못되었을 때 에러처리 코드 추가하기