-
Notifications
You must be signed in to change notification settings - Fork 2
공연 삭제
HwangJaeSuk edited this page Jun 23, 2019
·
1 revision
[POST] ~/theater
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
변수 | 타입 | 설명 |
---|
{
"u_id":"hello@naver.com", //not_null
"u_pw":"hellohello", //not_null
"u_name" :"8조다", //not_null
}
{
"status": 200,
"success": true,
"message": "회원가입 성공"
}
{
"status": 400,
"success": false,
"message": "요청 값이 충분하지 않습니다"
}
{
"status": 400,
"success": false,
"message": "해당 ID를 가진 USER가 이미 존재합니다"
}
{
"status": 500,
"success": false,
"message": "회원가입 실패"
}
-
유저(User)
-
공연 정보(Show)
-
검색(Search)
-
응모(Lottery)
-
당첨 티켓(Ticket)
-
좋아요(Like)
-
카드(Card)