Skip to content

상세 페이지

Lucas edited this page Dec 3, 2019 · 8 revisions

구독 서비스 상세 페이지

GET /detail/:{id}


Response

Sucess

{
    "message": "success",
    "data": {
    "imgURL": "http:naver.com",
    "title": "bibe",
    "subTitle": "음악추천 서비스",
    "content": "블라블라",
    "category": "digital",
    "info": [
        {
            "subName": "1개월구독",
            "price": 25000
        },
        {
            "subName": "3개월구독",
            "price": 75000
        }
    ],
    "subURL": "https://www.youtube.com"
}


Fail : 409

{
  "message": "invaild data",
  "data": {

  }
}

Fail : 500

{
  "message": "server error",
  "data": {

  }
}

Clone this wiki locally