Skip to content

product image?productIdx=productIdx

MyunDev edited this page Dec 6, 2020 · 2 revisions

[GET] ์ƒํ’ˆ ์ด๋ฏธ์ง€ ์ƒ์„ธ ์กฐํšŒ (๊น€ํ˜„๊ธฐ)

ํ˜„๊ธฐ

๋ฉ”์†Œ๋“œ ๊ฒฝ๋กœ ์งง์€ ์„ค๋ช…
GET /product/image?productIdx=productIdx ์ƒํ’ˆ ์ƒ์„ธ ์ด๋ฏธ์ง€ ์ •๋ณด๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.

์š”์ฒญ URL(๋กœ์ปฌ) : http://localhost:3000/product/image?productIdx=1

์‘๋‹ต ๋ฐ”๋””

์„ฑ๊ณต

{
    "status": 200,
    "success": true,
    "message": "์ƒ์„ธ์ƒํ’ˆ ์ด๋ฏธ์ง€ ์กฐํšŒ ์™„๋ฃŒ",
    "data": [
        {
            "idx": 1,
            "imgLink": "https://sopt-27-ky.s3.ap-northeast-2.amazonaws.com/ddangeun/1.jpg",
            "product_idx": 1
        },
        {
            "idx": 7,
            "imgLink": "https://sopt-27-ky.s3.ap-northeast-2.amazonaws.com/ddangeun/7.jpg",
            "product_idx": 1
        },
        {
            "idx": 8,
            "imgLink": "https://sopt-27-ky.s3.ap-northeast-2.amazonaws.com/ddangeun/8.jpg",
            "product_idx": 1
        }
    ]
}