-
Notifications
You must be signed in to change notification settings - Fork 2
가게등록
Bohyeon Kim edited this page Oct 12, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | board/store | 가게등록 |
Content-Type: application/json
{
"id": "10",
"store_name":"Coding Machine",
"address": "dugn1996",
"post": "1996-09-02",
"biz_num": 1,
"latitude" : 1,
"longitude":1,
"user" :10,
"menu" : "낙지김치죽",
"store_img" : ""
}
{
"id": 26,
"store_name": "Coding Machine",
"address": "dugn1996",
"post": "1996-09-02",
"biz_num": "1",
"latitude": "1.000000000000000",
"longitude": "1.000000000000000",
"user": 10,
"menu": [],
"store_img": []
}