-
Notifications
You must be signed in to change notification settings - Fork 0
search
MMyungji edited this page Oct 31, 2018
·
1 revision
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| GET | /search | 상품 검색 |
없음
| 경로 |
|---|
| /search?keyword="String" |
| 경로 예시 |
|---|
| /search?keyword=서울 |
{
"message": "success",
"result": [
{
"product_idx": "5bd57cc77a6d0c13be82549a",
"name": "[서울] 슈가플래닛",
"price": 7900,
"img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540717761129.png"
},
{
"product_idx": "5bd57cb17a6d0c13be825499",
"name": "[서울] 레이첼 야마가타 내한공연",
"price": 99000,
"img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540717741454.png"
}
]
}{
"message": "success",
"result": []
}{
"message": "get product-list fail"
}