Skip to content

휴대폰인증

Bohyeon Kim edited this page Feb 28, 2022 · 1 revision
메소드 경로 짧은 설명
POST auth/#_phone_auth 회원가입시 휴대폰인증

요청 헤더

Content-Type: application/json

요청 바디

{
    "phone": "01063141234"
}

응답 바디

{
    "status": 200,
    "success": true,
    "message": "인증번호 전송 완료",
    "data": "591928"
}