add workflow SCRM标签信息,dev

This commit is contained in:
root 2024-07-11 17:31:20 +08:00
parent 65b70cefe0
commit eefc7caaf5
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ body={'access_token':auth['access_token'],'limit':'1000',}
dataReqL=requests.get(url,headers=header,params=body)
resL=json.loads(dataReqL.text)
# print(resL)
dataList=resL['data']
# dataList=resL['data']
dataList=resL
total=len(dataList)
conn = psycopg2.connect(database="dataops_db", user="dbuser_dops", password="MIgTi3jA",
host="172.17.0.8", port="5432")