断点爬取

This commit is contained in:
ray
2026-04-24 18:03:26 +08:00
parent 19e8a833ba
commit 5c1d0f3fad
3 changed files with 71 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ export const datasets = {
name: 'bills',
url: `${config.baseUrl}/#/detail/bill/~/costCenter/bill`,
heading: '账单查询',
pageSize: 100,
pageSize: 20,
uniqueKey: (record) => record.__hash,
normalize: (record, context) => ({
billingMonth: record['账期'] || '',