Skip to content

상세 페이지

이동훈 edited this page Nov 23, 2019 · 8 revisions

상세 페이지

GET: 구독 서비스 상세 페이지

/detail/:id

reqest

{  
 id : "12m1neee12e12er12r3r",
}

response

// 200 ok 
{
  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",

 }
}

// 409
{
  message:"invaild data",
  data:{

  }
}

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

  }
}

Clone this wiki locally