|
@@ -75,13 +75,13 @@ class KS:
|
|
if response.status_code != 200:
|
|
if response.status_code != 200:
|
|
return list
|
|
return list
|
|
elif response.status_code == 200 and "error_msg" in response.text:
|
|
elif response.status_code == 200 and "error_msg" in response.text:
|
|
- Feishu.bot("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
|
|
|
|
+ Feishu.bot("xinxin", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'xinxin')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
time.sleep(600)
|
|
time.sleep(600)
|
|
return list
|
|
return list
|
|
elif "visionProfilePhotoList" not in response.json()["data"]:
|
|
elif "visionProfilePhotoList" not in response.json()["data"]:
|
|
if name == '快手品类账号':
|
|
if name == '快手品类账号':
|
|
- Feishu.bot("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
|
|
|
|
+ Feishu.bot("xinxin", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'xinxin')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
time.sleep(600)
|
|
time.sleep(600)
|
|
else:
|
|
else:
|
|
@@ -89,7 +89,7 @@ class KS:
|
|
return list
|
|
return list
|
|
elif "feeds" not in response.json()["data"]["visionProfilePhotoList"]:
|
|
elif "feeds" not in response.json()["data"]["visionProfilePhotoList"]:
|
|
if name == '快手品类账号':
|
|
if name == '快手品类账号':
|
|
- Feishu.bot("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
|
|
|
|
+ Feishu.bot("xinxin", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'xinxin')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
time.sleep(600)
|
|
time.sleep(600)
|
|
|
|
|
|
@@ -98,7 +98,7 @@ class KS:
|
|
return list
|
|
return list
|
|
elif len(response.json()["data"]["visionProfilePhotoList"]["feeds"]) == 0:
|
|
elif len(response.json()["data"]["visionProfilePhotoList"]["feeds"]) == 0:
|
|
if name == '快手品类账号':
|
|
if name == '快手品类账号':
|
|
- Feishu.bot("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
|
|
|
|
+ Feishu.bot("xinxin", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'xinxin')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
time.sleep(600)
|
|
time.sleep(600)
|
|
|
|
|