Skip to content

가게리스트

Bohyeon Kim edited this page Oct 12, 2021 · 2 revisions

가게리스트

메소드 경로 짧은 설명
GET board/store 가게리스트

요청 헤더

Content-Type: application/json

응답 바디

성공

[
    {
        "id": 2,
        "store_name": "커피빈",
        "address": "안암역 2번출구",
        "post": "모든 텀블러 가능.",
        "biz_num": "1208607029",
        "latitude": "37.586845218920730",
        "longitude": "127.029455126857390",
        "user": 1,
        "menu": [],
        "store_img": []
    },
]
Clone this wiki locally