-
Notifications
You must be signed in to change notification settings - Fork 0
Auth
Madmeerkat-creator edited this page Nov 5, 2021
·
1 revision
POST /user/auth
-> 핸드폰 번호 받아서 회원가입후 인증번호 return 함
| name | type | description | required |
|---|---|---|---|
| phoneNum | String | O |
{
"phoneNum" : "01012341234"
}| name | type | description |
|---|---|---|
| status | Int | |
| success | Boolean | |
| message | String | |
| data | Integer |
{
"status": 200,
"success": true,
"message": "Gave you home",
"data": "481112"
}