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

This commit is contained in:
root 2025-12-04 13:06:02 +08:00
parent 1324805f28
commit 0b88b8bfe4
1 changed files with 1 additions and 1 deletions

View File

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