add workflow partner1site,dev

This commit is contained in:
root 2025-11-26 17:45:09 +08:00
parent f78c174654
commit 17a50597c5
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def main():
data = client.fetch_all_pages(
api_name="pos_datas",
params={'startPosInsertDate':get_previous_date(60)}
params={'startPosInsertDate':get_previous_date(7)}
# params={'startPosInsertDate':'2000-1-1'}
)
save_json_to_pg(data, API_ID)