-
Notifications
You must be signed in to change notification settings - Fork 1
최영훈 edited this page Jun 6, 2020
·
5 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /main/banner | 배너 조회하기 |
{
"Content-Type": "application/json"
}
"data":[
{
"concert_title":STRING(콘서트 제목),
"concert_date":STRING(콘서트 시작날자),
"concert_image":STRING(배너 이미지),
"concert_category":STRING(카테고리)
}
]
{
"status": 200,
"success": true,
"message": "배너 가져오기 성공",
"data": [
{
"concert_title": "TRAVIS SCOTT이 선보이는 포트나이트 LIVE",
"concert_date": "2020-06-16",
"concert_image": "https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F2224140a-f48e-436d-b66f-59d6ff20428a%2FUntitled.png?table=block&id=0e42be9a-e85f-4687-abd4-c5e94f5384bd&width=2560&cache=v2",
"concert_category": "콘서트"
}
]
}