Search

가게 전체 리뷰 내역 조회

구분
리뷰
Postman
URL
/v1/reviews/shops
method
GET
request
{ “shopId”: 1 }
response
{    "code": 0,    "message": "정상 처리 되었습니다",    "data": [        {            "shopId": 1,            "username": "Test",            "content": "살려줘",            "imageUrl": null        },        {            "shopId": 1,            "username": "Test",            "content": "살려줘",            "imageUrl": "https://ysp-delivery.s3.ap-northeast-2.amazonaws.com/review/e32ea69d-8459-49b3-9f11-0580c8213166.png"        },        {            "shopId": 1,            "username": "Test",            "content": "살려줘",            "imageUrl": "https://ysp-delivery.s3.ap-northeast-2.amazonaws.com/review/4511795c-6b2b-48c6-8557-25805bead8d6.png"        }    ]}
권한
X