xiongzhu 2 년 전
부모
커밋
f915e3b2a1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      routes/api/index.js
  2. 1 1
      test.js

+ 1 - 1
routes/api/index.js

@@ -68,7 +68,7 @@ module.exports = async function (fastify, opts) {
                                 price = await rows[1].innerText()
                             }
 
-                            let sif = await axios.get('https://www.deeperloop.com/api/search/asinFlowOverview', {
+                            let sif = await axios.get('https://www.sif.com/api/search/asinFlowOverview', {
                                 params: {
                                     country: 'US',
                                     asin,

+ 1 - 1
test.js

@@ -59,7 +59,7 @@ const fs = require('fs')
             }
             let price = (await item.locator('.a-row').last().allInnerTexts()).join()
 
-            let sif = await axios.get('https://www.deeperloop.com/api/search/asinFlowOverview', {
+            let sif = await axios.get('https://www.sif.com/api/search/asinFlowOverview', {
                 params: {
                     country: 'US',
                     asin,