|
@@ -123,6 +123,7 @@ class NotificationV2View(View):
|
|
|
'is_sys_msg': is_sys_msg, 'channel': channel, 'event_type': event_type, 'n_time': n_time,
|
|
|
'electricity': electricity, 'bucket': bucket, 'aws_s3_client': aws_s3_client,
|
|
|
'app_push': cache_app_push, 'storage_location': 2}
|
|
|
+ logger.info('已创建s3对象,推送数据为:{}'.format(params))
|
|
|
# APP消息推送与获取报警消息数据列表
|
|
|
result = DevicePushService.save_msg_push(uid_set_push_list, **params)
|
|
|
# 批量系统消息&报警消息数据存库
|