|
@@ -96,7 +96,7 @@ class NotificationV2View(View):
|
|
|
logger.info('消息推送-uid_push 数据不存在')
|
|
|
return JsonResponse(status=200, data={'code': 176, 'msg': 'no uid_push data'})
|
|
|
ai_type = uid_push_qs.first()['uid_set__ai_type']
|
|
|
- event_type = self.get_combo_msg_type(ai_type, int(event_type)) # 解析消息事件类型看是否多类型组合
|
|
|
+ event_type = self.get_combo_msg_type(ai_type, event_type) # 解析消息事件类型看是否多类型组合
|
|
|
# 将uid_set以及uid_push 转数组列表
|
|
|
uid_set_push_list = DevicePushService.cache_uid_push(uid_push_qs)
|
|
|
nickname = uid_set_push_list[0]['uid_set__nickname']
|