Skip to content

Commit 5d200fb

Browse files
committed
Update README.md
1 parent d96bb30 commit 5d200fb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,21 @@
3434

3535
- URL Params
3636

37-
- `name`: 점포 이름
37+
- `name`: 점포 이름 (`,` 로 구분하여 여러개의 점포 검색 가능)
3838

3939
- Success Response
4040

4141
```json
42-
{
43-
"base_date": "2021-10-28",
44-
"name": "이마트 경산점",
45-
"open_time": "10:00",
46-
"close_time": "23:00",
47-
"next_holiday": "2021-10-27",
48-
"distance": null
49-
}
42+
[
43+
{
44+
"base_date": "2021-10-28",
45+
"name": "이마트 경산점",
46+
"open_time": "10:00",
47+
"close_time": "23:00",
48+
"next_holiday": "2021-10-27",
49+
"distance": null
50+
}
51+
]
5052
```
5153

5254
- Error Response

0 commit comments

Comments
 (0)