|
@@ -114,7 +114,7 @@ class NotificationV2View(View):
|
|
|
params = {'nickname': nickname, 'uid': uid, 'kwag_args': kwag_args, 'is_st': is_st, 'region': region,
|
|
|
'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}
|
|
|
+ 'app_push': cache_app_push, 'storage_location': 2}
|
|
|
# APP消息推送与获取报警消息数据列表
|
|
|
result = DevicePushService.save_msg_push(uid_set_push_list, **params)
|
|
|
# 批量系统消息&报警消息数据存库
|