add workflow CRM标签信息,dev

This commit is contained in:
root 2024-07-09 17:44:23 +08:00
parent 2591c018e4
commit b6c8dfd915
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ body={'access_token':auth['access_token'],}
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")