add workflow partner1site,dev
This commit is contained in:
parent
ecf384a6ef
commit
9824b34817
|
@ -132,7 +132,7 @@ def main():
|
||||||
|
|
||||||
data = client.fetch_all_pages(
|
data = client.fetch_all_pages(
|
||||||
api_name="reports",
|
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)}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue