123456789101112131415161718192021222324252627282930313233 |
- POST http://localhost:19080/item-url-scrap
- Content-Type: application/json
- {
- "itemUrl": "https://www.mangokuro.com/shop/turkey/"
- }
- ###
- POST http://localhost:19080/item-url-scrap
- Content-Type: application/json
- {
- "itemUrl": "https://www.iroirotokyo.com/product/%eb%ac%b4%eb%a3%8c%eb%b0%b0%ec%86%a1-%ec%98%a4%eb%a6%ac%ed%9e%88%eb%a1%9c-%ea%b3%a4%ec%95%bd%ec%a0%a4%eb%a6%ac-%ed%8c%8c%ec%9a%b0%ec%b9%98-%ec%b9%bc%eb%a1%9c%eb%a6%ac%ec%a0%9c%eb%a1%9c%eb%b0%b1/"
- }
- ###
- POST http://localhost:19080/solution-type-get
- Content-Type: application/json
- {
- "url": "https://nawame.daboryhost.com/item-details/TEST-0001"
- }
- ###
- POST http://localhost:19080/product-page-get
- Content-Type: application/json
- {
- "solutionType": "",
- "themeType": "",
- "products": [
- {"uri": "https://www.oneofone.co.kr/goods/goods_view.php?goodsNo=1000032472&mtn=7%5E%7C%5ENEW+ARRIVAL%5E%7C%5En"}
- ]
- }
- ###
- GET https://nawame.daboryhost.com/item-details/A000-1
|