1234567891011121314151617181920212223242526272829303132 |
- 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://www.mangokuro.com/shop/turkey/"
- }
- ###
- POST http://localhost:19080/product-page-get
- Content-Type: application/json
- {
- "solutionType": "WOOCOMMERCE",
- "themeType": "",
- "products": [
- {"uri": "https://seoulknit.com"},
- {"uri": "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/"}
- ]
- }
|