Browse Source

refactor: 修改爬虫配置中的上传场景参数

- 将爬虫配置中的上传场景参数从 'goods' 更改为 'digital_yy',以适应新的数据抓取需求
- 该更改旨在确保爬虫能够正确处理数字商品的上传,提升功能的准确性和适用性
master
lizhuang 3 days ago
parent
commit
6c0b902af5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/config/crawler.config.js

+ 1
- 1
src/config/crawler.config.js View File

screenshotDir: 'screenshots', screenshotDir: 'screenshots',
upload: { upload: {
url: 'https://apibase.sohomall.jp/uploaders', url: 'https://apibase.sohomall.jp/uploaders',
scene: 'goods',
scene: 'digital_yy',
timeout: 30000 * 5 timeout: 30000 * 5
}, },
browser: { browser: {

Loading…
Cancel
Save