-
Notifications
You must be signed in to change notification settings - Fork 1
상영 예정 영화
Lee Hyunjoo edited this page Jun 6, 2020
·
2 revisions
GET /movie/list/unreleased
{
"Content-Type": "application/json"
}
Success : 200
{
"status": 200,
"success": true,
"message": "MOVIE_RELEASE 조회 성공",
"data": [
{
"movieIdx": 1,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 2,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 4,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 6,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 7,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 9,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
},
{
"movieIdx": 11,
"movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
}
]
}