-
Notifications
You must be signed in to change notification settings - Fork 0
전통주 상위 3개 조회
So Hyeon edited this page Mar 31, 2023
·
1 revision
이름 | 태그 | 텍스트 |
---|---|---|
data | Object[] | 전통주 정보 리스트 |
alcoholId | Number | 전통주 고유 id |
name | String | 전통주 이름 |
imageUrl | String | 전통주 이미지 url |
address | String | 전통주 제조사 주소 |
ateCount | Number | 사람들이 마신 수 |
{
"success": true,
"message": "전통술 많이 마신 순 조회 성공",
"data": [
{
"alcoholId": 12,
"name": "우도 땅콩 생막걸리_담백한 맛",
"imageUrl": "https://tamrazu-bucket.s3.ap-northeast-2.amazonaws.com/alcohol/Makgeolli_2_%E1%84%8B%E1%85%AE%E1%84%83%E1%85%A9%E1%84%84%E1%85%A1%E1%86%BC%E1%84%8F%E1%85%A9%E1%86%BC%E1%84%89%E1%85%A2%E1%86%BC.png",
"address": "낙화곡주",
"ateCount": 10
},
{
"alcoholId": 2,
"name": "맥파이IPA",
"imageUrl": "https://tamrazu-bucket.s3.ap-northeast-2.amazonaws.com/alcohol/Beer_2_%E1%84%86%E1%85%A2%E1%86%A8%E1%84%91%E1%85%A1%E1%84%8B%E1%85%B5IPA.png",
"address": "맥파이 브루어리",
"ateCount": 4
},
{
"alcoholId": 11,
"name": "밀주",
"imageUrl": "https://tamrazu-bucket.s3.ap-northeast-2.amazonaws.com/alcohol/Makgeolli_1_%E1%84%86%E1%85%B5%E1%86%AF%E1%84%8C%E1%85%AE.png",
"address": "제주지애",
"ateCount": 3
}
]
}