add workflow partner1site,dev

This commit is contained in:
root 2025-11-05 16:41:30 +08:00
parent b0debe83b8
commit a15ca1f58d
1 changed files with 2 additions and 1 deletions

View File

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