-
Notifications
You must be signed in to change notification settings - Fork 1
비밀번호 재발급
rkdls8268 edited this page Jul 17, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /user/findpw | 비밀번호 재발급 |
{
"Content-Type": "application/json"
}
{
"email": "[email protected]"
}
key | 설명 | 타입 |
---|---|---|
사용자 이메일 | String |
{
"status": 200,
"success": true,
"message": "이메일 발송 성공",
"data": {
"toEmail": "[email protected]",
"subject": "New Email From COZY"
}
}
- 데이터 누락
{
"status": 200,
"success": false,
"message": "필요한 값이 없습니다"
}
- DB에 없는 이메일
{
"status": 200,
"success": false,
"message": "존재하지 않는 회원입니다."
}
- MAIN - 지도🌏
- MAIN - 내 정보🙋♀️
- 검색🔍