From eefc7caaf595f06bd2ae2f5c836956d0026e4f67 Mon Sep 17 00:00:00 2001
From: root <root@43b768378738>
Date: Thu, 11 Jul 2024 17:31:20 +0800
Subject: [PATCH] =?UTF-8?q?add=20workflow=20SCRM=E6=A0=87=E7=AD=BE?=
 =?UTF-8?q?=E4=BF=A1=E6=81=AF,dev?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dev/workflow/TK_Cust/crm_tags/荟聚标签信息/huiju_tags_feign.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/workflow/TK_Cust/crm_tags/荟聚标签信息/huiju_tags_feign.py b/dev/workflow/TK_Cust/crm_tags/荟聚标签信息/huiju_tags_feign.py
index 80900fb..3003c9a 100644
--- a/dev/workflow/TK_Cust/crm_tags/荟聚标签信息/huiju_tags_feign.py
+++ b/dev/workflow/TK_Cust/crm_tags/荟聚标签信息/huiju_tags_feign.py
@@ -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")