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,