✔️광고배너 - SOPT26th-iOS-DesignSeminar/Server GitHub Wiki

메소드 경로 설명
GET /ads 광고배너

Response

< Success >

{
    "status": {
        "status": 200,
        "success": true,
        "message": "광고배너 가져오기 성공",
        "data": {
            "result": [
                {
                    "idx": 1,
                    "image": "//w.namu.la/s/4f2a0e7ab0b81c36370bb01995e3cee575ce8390afdb26c58646db710af527c63aafa1864b4947aad7568bdfc9b51eadc836d6bfcac6ceea4f5bd586699bb6d22a3b1e545a6f551086f02ba73954b34300798970e2e19420875af2c271acbf8e",
                    "name": "쿠팡"
                },
                {
                    "idx": 2,
                    "image": "http://www.ddaily.co.kr/data/photos/cdn/20170208/art_1487912805.jpg",
                    "name": "삼성"
                },
                {
                    "idx": 3,
                    "image": "https://img.etnews.com/photonews/2002/1274201_20200220145654_335_0001.jpg",
                    "name": "애플"
                }
            ]
        }
    },
    "success": true
}

< Fail >

  • 데이터 누락
{
    "status": 400,
    "success": false,
    "message": "광고 값이 없습니다."
}

⚠️ **GitHub.com Fallback** ⚠️