-
Notifications
You must be signed in to change notification settings - Fork 0
보호자 모드로 로그인
funnkiddo edited this page Jan 2, 2020
·
9 revisions
[POST] ~/auth/signin
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
변수 | 타입 | 설명 |
---|---|---|
uuid | String | 보호자 모드로 넘어갈 때 uuid를 받아서 토큰을 생성 |
password | String | 보호자(사용자) 비밀번호 |
{
"uuid":"test1",
"password":"0000"
}
{
"status": 200,
"success": true,
"message": "로그인 성공",
"data": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4IjoyMCwidXVpZCI6IuyVhOqwgOumrOy9lOuUqSIsImlhdCI6MTU3Nzc3NDgzOSwiZXhwIjoxNTc3ODYxMjM5LCJpc3MiOiJnYW5naGVlIn0.b5mhLLWL0ll7uUbJLTLZgl5Ld4gQoEgSKLaKlF3eves"
}
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}
{
"status": 400,
"success": false,
"message": "비밀번호가 일치하지 않습니다"
}
{
"status": 400,
"success": false,
"message": "존재하지 않는 유저입니다."
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
카드(Card)
-
유저(User)