|
@@ -199,7 +199,6 @@ class NotificationView(View):
|
|
|
# 发送标题
|
|
|
msg_title = self.get_msg_title(appBundleId=appBundleId, nickname=nickname)
|
|
|
# 发送内容
|
|
|
- CommonService.app_log_log(uid=uid, tz=tz)
|
|
|
msg_text = self.get_msg_text(channel=channel, n_time=n_time, lang=lang, tz=tz,
|
|
|
event_type=event_type)
|
|
|
kwag_args['appBundleId'] = appBundleId
|