-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 메인화면 배너
SEHOON edited this page Jun 11, 2021
·
3 revisions
18.217.241.233:5000/api/main/banner
/banner
Content-Type: application/json
key | 설명 | 타입 | 비고 |
---|
key | 설명 | 타입 | 비고 |
---|---|---|---|
_id |
이미지 별 id 값 | String |
|
img |
배너 이미지 | String |
S3 링크 |
banner_idx |
배너 이미지 인덱스 값 | Number |
랜덤 요청 위해서 추가했습니다. |
{
"status": 200,
"success": true,
"message": "배너 API 불러오기 성공",
"data": {
"banner": [
{
"_id": "60b1b2746f3b971cea8f33f9",
"img": "https://soptzigzag.s3.us-east-2.amazonaws.com/banner.png",
"banner_idx": 0
},
{
"_id": "60b1b2a76f3b971cea8f33fa",
"img": "https://soptzigzag.s3.us-east-2.amazonaws.com/banner.png",
"banner_idx": 1
},
{
"_id": "60b1b2b26f3b971cea8f33fb",
"img": "https://soptzigzag.s3.us-east-2.amazonaws.com/banner.png",
"banner_idx": 2
}
]
}
}
- 서버 내부 오류
{
"status": 500,
"success": false,
"message": "서버 오류"
}