@@ -86,6 +86,7 @@ class TransparentTransmissionPushView(View):
'msg_title': title,
'msg_text': content,
}
+ LOGGER.info('进入登出推送线程,参数:{}'.format(kwargs))
if push_item['push_type'] == 0: # 苹果
PushObject.ios_apns_push(**kwargs)
elif push_item['push_type'] == 1: # 谷歌