|
@@ -126,7 +126,7 @@ class NotificationView(View):
|
|
|
}
|
|
|
params = {'nickname': nickname, 'uid': uid, 'kwag_args': kwag_args, 'is_st': is_st,
|
|
|
'is_sys_msg': is_sys_msg, 'channel': channel, 'event_type': event_type, 'n_time': n_time,
|
|
|
- 'electricity': '', 'bucket': bucket, 'app_push': '', 'storage_location': 1}
|
|
|
+ 'electricity': '', 'bucket': bucket, 'app_push': '', 'storage_location': 1, 'ai_type': 0}
|
|
|
# 推送以及报警消息存库
|
|
|
result = DevicePushService.save_msg_push(uid_set_push_list=uid_push_list, **params)
|
|
|
if result['code_date'] is None:
|