Skip to content

리뷰 좋아요

jongchan lee edited this page Jul 8, 2019 · 4 revisions

리뷰 좋아요

이종찬

Method URL Description
POST /goods/review/like 리뷰 좋아요
  • 요청 헤더

    Content-Type : application/json
    
    authorization
  • 요청 바디

    {
    	reviewIdx : "리뷰 아이디"
    }
  • 응답 성공

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

// status : 401 jwt 안넣어주었을때
{
    "message": "jwt must be provided"
}
// status : 401
{
    "message": "jwt expired"
}
Clone this wiki locally