add workflow 天润Smart-ccc工单数据,dev

This commit is contained in:
root 2024-08-02 14:08:36 +08:00
parent a22a5fa372
commit 9f899add53
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def request_data_signature_post():
print(f'url: {url}')
# body={'endTime':formatted2_previous_hour(0),'startTime':'2024-01-01 00:00:00'}
body={'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(48),'updateTimeStart':formatted2_previous_hour(0),'updateTimeEnd':formatted2_previous_hour(48)}
body={'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(48),'updateTimeStart':formatted2_previous_hour(48),'updateTimeEnd':formatted2_previous_hour(0)}
jsonData = json.dumps(body)
print(f'body: {jsonData}')
dataReqL=requests.post(url,headers=header,data=jsonData)