|
@@ -102,10 +102,11 @@ class NotificationV2View(View):
|
|
|
nickname = uid if not nickname else nickname
|
|
|
# APP消息提醒推送间隔
|
|
|
detect_interval = uid_set_push_list[0]['uid_set__detect_interval']
|
|
|
- if not cache_app_push:
|
|
|
- # 缓存APP提醒推送间隔 默认1分钟提醒一次
|
|
|
- DevicePushService.cache_push_detect_interval(redisObj, push_interval, detect_interval,
|
|
|
- uid_set_push_list[0]['uid_set__new_detect_interval'])
|
|
|
+ if event_type != '606':
|
|
|
+ if not cache_app_push:
|
|
|
+ # 缓存APP提醒推送间隔 默认1分钟提醒一次
|
|
|
+ DevicePushService.cache_push_detect_interval(redisObj, push_interval, detect_interval,
|
|
|
+ uid_set_push_list[0]['uid_set__new_detect_interval'])
|
|
|
bucket = ''
|
|
|
aws_s3_client = ''
|
|
|
if is_st == 1 or is_st == 3: # 使用aws s3
|