add workflow 天润Smart-ccc工单数据,dev
This commit is contained in:
parent
f05fa869d1
commit
18cb752c01
|
@ -80,7 +80,7 @@ def request_data_signature_post():
|
||||||
print(f'url: {url}')
|
print(f'url: {url}')
|
||||||
|
|
||||||
# body={'endTime':formatted2_previous_hour(0),'startTime':'2024-01-01 00:00:00'}
|
# body={'endTime':formatted2_previous_hour(0),'startTime':'2024-01-01 00:00:00'}
|
||||||
body={'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(1)}
|
body={'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(19)}
|
||||||
jsonData = json.dumps(body)
|
jsonData = json.dumps(body)
|
||||||
print(f'body: {jsonData}')
|
print(f'body: {jsonData}')
|
||||||
dataReqL=requests.post(url,headers=header,data=jsonData)
|
dataReqL=requests.post(url,headers=header,data=jsonData)
|
||||||
|
|
Loading…
Reference in New Issue