-
Notifications
You must be signed in to change notification settings - Fork 3
이메일 전송
jineeee edited this page Jul 10, 2019
·
11 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /user/emailCheck?email={mail 주소} | 이메일 중복, 유효성 검사 |
Content-Type: application/json
- data는 email로 전송된 인증번호 값
{
"status": 200,
"success": true,
"message": "email 중복 검사 완료",
"data": 222026
}
{
"status": 600,
"success": false,
"message": "중복된 email이 있습니다."
}