cola před 2 roky
rodič
revize
3ca749da47
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      data_manage/operate.py

+ 4 - 0
data_manage/operate.py

@@ -112,6 +112,9 @@ def get_channel(arg):
     user_id = arg.get('user_id')
     name_cahnnel = arg.get('name')
     pitcher_id = arg.get('pitcher_id')
+    print("0------------------------->")
+    print(user_id)
+    print(pitcher_id)
     # 获取公众号列表
     g_time = int(time.time())
     base_url = 'https://api.zanxiangnet.com'
@@ -133,6 +136,7 @@ def get_channel(arg):
 
     print("2------------------------->")
     if user_id in super_auth() and not pitcher_id:
+        print("10------------------------->")
         # return channel_list_all[:100]
         return channel_list_all
     select_id = user_id