|
@@ -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
|
|
|
select_id = user_id
|