Skip to content
juju edited this page Dec 5, 2020 · 3 revisions

메소드 경로 설명
GET /sevice/:idx/review 후기 상세

client
service_review

Request Body

{
  

}

Response Body

{
  

}
변수명 타입 설명
allReview int 전체 후기 갯수
allStar int 전체 후기 평점
star int 별점
name string 후기 쓴 사람 이름
logoType string 로고 타입
review string 리뷰 상세
reviewDate string 리뷰 적은 날짜

< Success >

  • 정보 잘 받아왔을 시
{
   
}

< Fail >

  • 데이터 없을 시
{
   
}

-DB 오류, 통신오류

{
   
}

Clone this wiki locally