add workflow partner1site,dev

This commit is contained in:
root 2025-09-30 16:51:54 +08:00
parent ecf384a6ef
commit 9824b34817
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def main():
data = client.fetch_all_pages(
api_name="reports",
params={} # 拉全量,若有默认时间限制可改成 {"startInsertDate":"2000-01-01","endInsertDate":get_previous_date(0)}
params={'startApplyDate':'2000-1-1'} # 拉全量,若有默认时间限制可改成 {"startInsertDate":"2000-01-01","endInsertDate":get_previous_date(0)}
)