-
Notifications
You must be signed in to change notification settings - Fork 1
회원가입
Bohyeon Kim edited this page Feb 28, 2022
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | auth/signup | 회원가입 |
Content-Type: application/json
{
"email": "[email protected]",
"password": "1234",
"phone": "01012345678",
"name": "김보현",
"birth": "980926",
"address": "양천구",
"Iotnum": "1234",
}
{
"status": 200,
"success": true,
"message": "회원가입 성공"
}
{
"status": 200,
"success": false,
"message": "중복된 ID가 있습니다."
}
####(참고) 입력 파라미터가 잘못되었을 때 에러처리 코드 추가하기