-
Notifications
You must be signed in to change notification settings - Fork 0
[POST] 로그인
DongGeon0908 edited this page Nov 20, 2021
·
7 revisions
METHOD | URL | ... |
---|---|---|
POST | /api/member/login | 로그인 |
{
"Content-Type": "application/json"
}
{
"email": "[email protected]",
"password" : "!Oinging123"
}
{
"status": 200,
"message": "LOGIN_SUCCESS",
"data": {
"id": 4,
"nickname": "ddassadsads",
"role": "ROLE_MIDDLE_ADMIN",
"clubName": "heelllllldd",
"token": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzbWpkaGFwcHlAbmF2ZXIuY29tIiwiYXV0aCI6IlJPTEVfTUlERExFX0FETUlOIiwiZXhwIjoxNjM3NDg2NjQyfQ.IEthdS7_tA_rq509Rgtme8qit97FZIn-awt9dwIC5J0OscxjV_mGVI5AIavqUhUMXdm4lajACOxPqmfdnU-cWw"
}
}
{
"status": 200,
"message": "LOGIN_SUCCESS",
"data": {
"id": 4,
"nickname": "22",
"role": "ROLE_USER",
"clubName": "NON_INCLUDE_CLUB",
"token": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ3cmpzQG5hdmVyLmNvbSIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNjMwODQxMjAzfQ.QkmyDhPnz9VMEEIukDqca9gDzCra_AajBUbrcI3PMqkqVEZVxvMKFUCpjIuNeifGLygXceA_cY8N29DQhqGCSQ"
}
}
{
"status": 400,
"message": "LOGIN_FAIL"
}