Skip to content

password check

김은우 edited this page Mar 15, 2020 · 2 revisions

비밀번호 확인

Context-type : application/json

POST /api/user/passwordcheck

Request

header

{
	"Cookie":"쿠키 값",
}

body

{
	"password":"1234567",
}

Response

Success : 200

{
     "message": "비밀번호가 확인이 완료되었습니다."
}

Fail : 401 비밀번호가 일치하지 않을 경우

     "message": "비밀번호가 일치하지 않습니다."
Clone this wiki locally