add workflow partner1site,dev

This commit is contained in:
root 2025-10-20 14:08:33 +08:00
parent d452eb8e09
commit f9e79cc860
1 changed files with 142 additions and 142 deletions

View File

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