|
@@ -83,16 +83,16 @@ class KS:
|
|
continue
|
|
continue
|
|
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("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
else:
|
|
else:
|
|
- Feishu.bot(mark, '机器自动改造消息通知', f'{name}cookie过期,请及时更换', name)
|
|
|
|
|
|
+ Feishu.bot(mark, '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', name)
|
|
time.sleep(900)
|
|
time.sleep(900)
|
|
continue
|
|
continue
|
|
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("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
else:
|
|
else:
|
|
- Feishu.bot(mark, '机器自动改造消息通知', f'{name}cookie使用频繁无法获取到数据,请及时更换', name)
|
|
|
|
|
|
+ Feishu.bot(mark, '机器自动改造消息通知', f'快手-{name}cookie使用频繁无法获取到数据,请及时更换', name)
|
|
time.sleep(900)
|
|
time.sleep(900)
|
|
continue
|
|
continue
|
|
pcursor = response.json()['data']['visionProfilePhotoList']['pcursor']
|
|
pcursor = response.json()['data']['visionProfilePhotoList']['pcursor']
|