✔️ 메인화면 배너사진 불러오기 - SOPT-COLLABO/26th-TodayHouse-Seminar GitHub Wiki
[GET] ~/banner
Request - Header
메소드 | 파라미터 |
---|---|
Content-Type | application/json |
Response - Body
- success
{
"status": 200,
"success": true,
"message": "배너 이미지 불러오기 성공",
"data": [
{
"bannerUrl": "http://tineye.com/images/widgets/mona1.jpg",
},
{
"bannerUrl": "http://tineye.com/images/widgets/mona2.jpg",
},
]
}
- fail
{
"status": 400,
"success": false,
"message": "오류 메세지",
}