Skip to content

리뷰 작성

sovovy edited this page Jul 10, 2019 · 2 revisions

리뷰 작성

송아영

Method URL Description
POST /goods/review 리뷰 작성
  • 요청 헤더

    Content-Type : multipart/form-data
    Authorization : token
  • 바디

    goodsIdx : 굿즈 idx
    content : 리뷰 내용
    img : 리뷰 이미지 배열 (없어도 가능)
    rating : 별점
  • 응답 성공

    {
        "message": "Success",
        "data": {}
    }
  • 응답 실패

    // 잘못된 바디 값
    {
        "message": "Transaction Error"
    }
Clone this wiki locally