peng 1 anno fa
parent
commit
cfe0a36a80
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Controller/TransparentTransmissionPushController.py

+ 1 - 0
Controller/TransparentTransmissionPushController.py

@@ -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:  # 谷歌