断点爬取

This commit is contained in:
ray
2026-04-27 09:16:07 +08:00
parent 5c1d0f3fad
commit 2e4ce07340
6 changed files with 283 additions and 38 deletions

View File

@@ -43,6 +43,18 @@ npm run login
npm run sync
```
仅抓账单:
```bash
npm run bills
```
如果要从最新账单 checkpoint 继续:
```bash
npm run bills -- --resume
```
如果需要在增量模式下让订单和订单详情从指定日期开始补抓,可以配置:
```bash