-
Notifications
You must be signed in to change notification settings - Fork 0
Industries
Madmeerkat-creator edited this page Nov 5, 2021
·
1 revision
GET /info/industries
| name | type | description | required |
|---|---|---|---|
| token | String | O |
| name | type | description |
|---|---|---|
| status | Int | |
| success | Boolean | |
| data | Object |
{
"status": 200,
"success": true,
"message": "Get Locations",
"data": [
{
"key": 1,
"value": "식당"
},
{
"key": 2,
"value": "카페"
},
{
"key": 3,
"value": "주점"
}
]
}