Skip to content
razelo992 edited this page Sep 12, 2021 · 11 revisions

EBB-springboot Wiki

[Get] ~/main/login

  • Request-Header
    Content-Type : application/json

  • Request-body id : String password: String

  • Response-body status: int success: boolean message: String

  • SUCCESS - RETURN

    {
        "status": 200,
        "success": true,
        "message": "로그인이 성공적으로 이루어졌습니다."   
     }
    
    
    
Clone this wiki locally